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 970e935 commit a04d636Copy full SHA for a04d636
requirements.txt
@@ -13,7 +13,7 @@ pluggy>=0.12.0
13
pytest>=4.6.5;python_version<"3"
14
pytest>=5.2.1;python_version>="3"
15
pytest-cov>=2.8.1
16
-pytest-forked>=1.0.2
+pytest-forked>=1.1.1
17
pytest-html==1.22.0
18
pytest-metadata>=1.8.0
19
pytest-ordering>=0.6
setup.py
@@ -96,7 +96,7 @@
96
'pytest>=4.6.5;python_version<"3"', # For Python 2 compatibility
97
'pytest>=5.2.1;python_version>="3"',
98
'pytest-cov>=2.8.1',
99
- 'pytest-forked>=1.0.2',
+ 'pytest-forked>=1.1.1',
100
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows
101
'pytest-metadata>=1.8.0',
102
'pytest-ordering>=0.6',
0 commit comments