Skip to content

Commit 9d8992c

Browse files
committed
Update pytest and pytest-html to work with user screenshots
1 parent c721e85 commit 9d8992c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ selenium==3.141.0
1414
pluggy>=0.13.1
1515
attrs>=19.3.0
1616
pytest==4.6.9;python_version<"3"
17-
pytest==5.4.1;python_version>="3"
17+
pytest==5.3.5;python_version>="3"
1818
pytest-cov==2.8.1
1919
pytest-forked==1.1.3
2020
pytest-html==1.22.1;python_version<"3.6"
21-
pytest-html==2.1.0;python_version>="3.6"
21+
pytest-html==2.0.1;python_version>="3.6"
2222
pytest-metadata==1.8.0
2323
pytest-ordering==0.6
2424
pytest-rerunfailures==8.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@
9595
'selenium==3.141.0',
9696
'pluggy>=0.13.1',
9797
'attrs>=19.3.0',
98-
'pytest>=4.6.9;python_version<"3"', # For Python 2 compatibility
99-
'pytest>=5.4.1;python_version>="3"',
98+
'pytest==4.6.9;python_version<"3"', # For Python 2 compatibility
99+
'pytest==5.3.5;python_version>="3"',
100100
'pytest-cov==2.8.1',
101101
'pytest-forked==1.1.3',
102102
'pytest-html==1.22.1;python_version<"3.6"',
103-
'pytest-html==2.1.0;python_version>="3.6"',
103+
'pytest-html==2.0.1;python_version>="3.6"',
104104
'pytest-metadata==1.8.0',
105105
'pytest-ordering==0.6',
106106
'pytest-rerunfailures==8.0',

0 commit comments

Comments
 (0)