We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b47fd0 commit d99487cCopy full SHA for d99487c
NEWS.rst
@@ -1,34 +1,33 @@
1
-
2
-2.2.0 (*2024-04-08*)
3
-====================
+2.2.0
+=====
4
5
- Require Python 3.8.
6
7
-2.1.0 (*2023-10-11*)
8
+2.1.0
9
10
- Updated to use ``pytest.hookimpl`` fixing DeprecationWarning (#4).
11
12
-2.0.0 (*2021-04-23*)
13
+2.0.0
14
15
- register "flaky" mark
16
- Drop support for python 2.7, 3.4, 3.5.
17
- Add support for python 3.8, 3.9.
18
- Support pytest > 6.0
19
20
21
-1.0.0 (*2019-01-10*)
22
+1.0.0
23
24
- replace function removed by pytest version 4.1.0
25
26
-0.1.1 (*2015-08-12*)
27
+0.1.1
28
29
- fix installation using `setup.py`
30
31
-0.1.0 (*2015-08-11*)
32
+0.1.0
33
34
- initial release
0 commit comments