We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982d440 commit 8f15199Copy full SHA for 8f15199
1 file changed
CHANGES.rst
@@ -9,15 +9,23 @@ Backwards incompatible changes
9
10
- Drop support for Python 3.5.
11
12
+Features
13
+++++++++
14
+
15
+- Add ``condition`` keyword argument to the re-run marker.
16
+ (Thanks to `@BeyondEvil`_ for the PR)
17
18
+- Add support for Python 3.9.
19
+ (Thanks to `@digitronik`_ for the PR)
20
21
Other changes
22
+++++++++++++
23
24
- Check for the resultlog by feature and not by version as pytest master does
25
not provide a consistent version.
26
-- Add ``condition`` keyword argument to the re-run marker. (Thanks to `@BeyondEvil`_ for the PR)
-
27
.. _@BeyondEvil: https://github.com/BeyondEvil
28
+.. _@digitronik: https://github.com/digitronik
29
30
9.1.1 (2020-09-29)
31
------------------
0 commit comments