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 a7dda58 commit e63af1cCopy full SHA for e63af1c
requirements.txt
@@ -15,6 +15,7 @@ pytest-html>=1.20.0
15
pytest-metadata>=1.8.0
16
pytest-rerunfailures>=7.0
17
pytest-xdist>=1.28.0
18
+pytest-ordering>=0.6
19
parameterized>=0.7.0
20
beautifulsoup4>=4.6.0
21
colorama==0.4.1
setup.py
@@ -68,6 +68,7 @@
68
'pytest-metadata>=1.8.0',
69
'pytest-rerunfailures>=7.0',
70
'pytest-xdist>=1.28.0',
71
+ 'pytest-ordering>=0.6',
72
'parameterized>=0.7.0',
73
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
74
'colorama==0.4.1',
0 commit comments