Skip to content

Commit a29ece6

Browse files
committed
Use pytest-forked>=1.0.2
1 parent 7990c96 commit a29ece6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ requests==2.21.0
1010
urllib3==1.24.1
1111
pytest>=4.4.0
1212
pytest-cov>=2.6.1
13+
pytest-forked>=1.0.2
1314
pytest-html>=1.20.0
1415
pytest-metadata>=1.8.0
1516
pytest-rerunfailures>=7.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
'urllib3==1.24.1', # Keep this lib in sync with "requests"
6464
'pytest>=4.4.0',
6565
'pytest-cov>=2.6.1',
66+
'pytest-forked>=1.0.2',
6667
'pytest-html>=1.20.0',
6768
'pytest-metadata>=1.8.0',
6869
'pytest-rerunfailures>=7.0',

0 commit comments

Comments
 (0)