Skip to content

Commit 1b4e165

Browse files
author
rbpatt2019
committed
Split pytest-mock requirement by python version
1 parent 6eec418 commit 1b4e165

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requires-testing.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
pytest==6.0.1;python_version>="3.0"
22
pytest==4.6.9;python_version=="2.7"
33
pytest-sugar==0.9.4
4-
pytest-mock==3.2.0
4+
pytest-mock==3.2.0;python_version>="3.0"
5+
pytest-mock==2.0.0;python_version=="2.7"
56
lxml==4.5.0
67
selenium==3.141.0
78
percy==2.0.2

0 commit comments

Comments
 (0)