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 7990c96 commit a29ece6Copy full SHA for a29ece6
requirements.txt
@@ -10,6 +10,7 @@ requests==2.21.0
10
urllib3==1.24.1
11
pytest>=4.4.0
12
pytest-cov>=2.6.1
13
+pytest-forked>=1.0.2
14
pytest-html>=1.20.0
15
pytest-metadata>=1.8.0
16
pytest-rerunfailures>=7.0
setup.py
@@ -63,6 +63,7 @@
63
'urllib3==1.24.1', # Keep this lib in sync with "requests"
64
'pytest>=4.4.0',
65
'pytest-cov>=2.6.1',
66
+ 'pytest-forked>=1.0.2',
67
'pytest-html>=1.20.0',
68
'pytest-metadata>=1.8.0',
69
'pytest-rerunfailures>=7.0',
0 commit comments