Skip to content

Commit e006b94

Browse files
authored
Fix builds on macOS (#7703)
1 parent 2094639 commit e006b94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ lxml>=4.4.0
77
psutil>=4.0
88
pytest>=5.1.1
99
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
1012
pytest-cov>=2.4.0
1113
typing>=3.5.2; python_version < '3.5'
1214
py>=1.5.2

0 commit comments

Comments
 (0)