We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2094639 commit e006b94Copy full SHA for e006b94
test-requirements.txt
@@ -7,6 +7,8 @@ lxml>=4.4.0
7
psutil>=4.0
8
pytest>=5.1.1
9
pytest-xdist>=1.22
10
+# pytest-xdist depends on pytest-forked and 1.1.0 doesn't install clean on macOS 3.5
11
+pytest-forked>=1.0.0,<1.1.0
12
pytest-cov>=2.4.0
13
typing>=3.5.2; python_version < '3.5'
14
py>=1.5.2
0 commit comments