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 6bb2608 commit 2c29f32Copy full SHA for 2c29f32
requirements.txt
@@ -15,7 +15,7 @@ attrs>=19.3.0
15
pytest>=4.6.6;python_version<"3"
16
pytest>=5.2.1;python_version>="3"
17
pytest-cov>=2.8.1
18
-pytest-forked>=1.1.1
+pytest-forked>=1.1.3
19
pytest-html==1.22.0
20
pytest-metadata>=1.8.0
21
pytest-ordering>=0.6
setup.py
@@ -98,7 +98,7 @@
98
'pytest>=4.6.6;python_version<"3"', # For Python 2 compatibility
99
'pytest>=5.2.1;python_version>="3"',
100
'pytest-cov>=2.8.1',
101
- 'pytest-forked>=1.1.1',
+ 'pytest-forked>=1.1.3',
102
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows
103
'pytest-metadata>=1.8.0',
104
'pytest-ordering>=0.6',
0 commit comments