Skip to content

Commit a04d636

Browse files
committed
Update pytest-forked to >= 1.1.1
1 parent 970e935 commit a04d636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pluggy>=0.12.0
1313
pytest>=4.6.5;python_version<"3"
1414
pytest>=5.2.1;python_version>="3"
1515
pytest-cov>=2.8.1
16-
pytest-forked>=1.0.2
16+
pytest-forked>=1.1.1
1717
pytest-html==1.22.0
1818
pytest-metadata>=1.8.0
1919
pytest-ordering>=0.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
'pytest>=4.6.5;python_version<"3"', # For Python 2 compatibility
9797
'pytest>=5.2.1;python_version>="3"',
9898
'pytest-cov>=2.8.1',
99-
'pytest-forked>=1.0.2',
99+
'pytest-forked>=1.1.1',
100100
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows
101101
'pytest-metadata>=1.8.0',
102102
'pytest-ordering>=0.6',

0 commit comments

Comments
 (0)