Skip to content

Commit 3233612

Browse files
committed
Split pytest requirements based on Python version installed
1 parent 472024b commit 3233612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ urllib3==1.25.3
1010
requests>=2.22.0
1111
selenium==3.141.0
1212
pluggy>=0.12.0
13-
pytest>=4.6.4
13+
pytest>=4.6.4;python_version<"3"
14+
pytest>=5.0.1;python_version>="3"
1415
pytest-cov>=2.7.1
1516
pytest-forked>=1.0.2
1617
pytest-html>=1.21.1

0 commit comments

Comments
 (0)