Skip to content

Commit 10872f1

Browse files
committed
Fix builds on macOS (#7703)
1 parent 0662772 commit 10872f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-requirements.txt

Lines changed: 2 additions & 0 deletions
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)