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 787c851 commit 2440d30Copy full SHA for 2440d30
requirements.txt
@@ -13,7 +13,7 @@ pytest-cov>=2.6.1
13
pytest-html>=1.20.0
14
pytest-metadata>=1.8.0
15
pytest-rerunfailures>=7.0
16
-pytest-xdist>=1.27.0
+pytest-xdist>=1.28.0
17
parameterized>=0.7.0
18
beautifulsoup4>=4.6.0
19
colorama==0.4.1
setup.py
@@ -66,7 +66,7 @@
66
'pytest-html>=1.20.0',
67
'pytest-metadata>=1.8.0',
68
'pytest-rerunfailures>=7.0',
69
- 'pytest-xdist>=1.27.0',
+ 'pytest-xdist>=1.28.0',
70
'parameterized>=0.7.0',
71
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
72
'colorama==0.4.1',
0 commit comments