We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8282f commit 0c942e4Copy full SHA for 0c942e4
1 file changed
CHANGES.rst
@@ -4,10 +4,12 @@ Changelog
4
9.2 (unreleased)
5
----------------
6
7
-Other changes
8
-+++++++++++++
+Compatibility fix.
+++++++++++++++++++
9
10
-- Remove ``--result-log`` command line option when used togehter with pytest >= 6.1.
+- Ignore ``--result-log`` command line option when used together with ``pytest
11
+ >= 6.1.0``, as it was removed there. This is a quick fix, use an older
12
+ version of pytest, if you want to keep this feature for now.
13
14
- Support up to pytest 6.1.0.
15
0 commit comments