Skip to content

Commit 19c80cd

Browse files
authored
Merge pull request #338 from seleniumbase/split-pytest-requirements
Split pytest requirements based on Python version installed
2 parents 472024b + 3233612 commit 19c80cd

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)