Skip to content

Commit e63af1c

Browse files
committed
Add pytest-ordering
1 parent a7dda58 commit e63af1c

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
@@ -15,6 +15,7 @@ pytest-html>=1.20.0
1515
pytest-metadata>=1.8.0
1616
pytest-rerunfailures>=7.0
1717
pytest-xdist>=1.28.0
18+
pytest-ordering>=0.6
1819
parameterized>=0.7.0
1920
beautifulsoup4>=4.6.0
2021
colorama==0.4.1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
'pytest-metadata>=1.8.0',
6969
'pytest-rerunfailures>=7.0',
7070
'pytest-xdist>=1.28.0',
71+
'pytest-ordering>=0.6',
7172
'parameterized>=0.7.0',
7273
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
7374
'colorama==0.4.1',

0 commit comments

Comments
 (0)