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 75ac7f5 commit b3a4f31Copy full SHA for b3a4f31
requirements.txt
@@ -11,6 +11,7 @@ urllib3==1.24.1
11
pytest>=4.4.0
12
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
17
parameterized>=0.7.0
setup.py
@@ -64,6 +64,7 @@
64
'pytest>=4.4.0',
65
'pytest-cov>=2.6.1',
66
'pytest-html>=1.20.0',
67
+ 'pytest-metadata>=1.8.0',
68
'pytest-rerunfailures>=7.0',
69
'pytest-xdist>=1.27.0',
70
'parameterized>=0.7.0',
0 commit comments