Skip to content

Commit 2c29f32

Browse files
committed
Update pytest-forked to version 1.1.3
1 parent 6bb2608 commit 2c29f32

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
@@ -15,7 +15,7 @@ attrs>=19.3.0
1515
pytest>=4.6.6;python_version<"3"
1616
pytest>=5.2.1;python_version>="3"
1717
pytest-cov>=2.8.1
18-
pytest-forked>=1.1.1
18+
pytest-forked>=1.1.3
1919
pytest-html==1.22.0
2020
pytest-metadata>=1.8.0
2121
pytest-ordering>=0.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
'pytest>=4.6.6;python_version<"3"', # For Python 2 compatibility
9999
'pytest>=5.2.1;python_version>="3"',
100100
'pytest-cov>=2.8.1',
101-
'pytest-forked>=1.1.1',
101+
'pytest-forked>=1.1.3',
102102
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows
103103
'pytest-metadata>=1.8.0',
104104
'pytest-ordering>=0.6',

0 commit comments

Comments
 (0)