Skip to content

Commit

Permalink
Fix builds on macOS (#7703)
Browse files Browse the repository at this point in the history
  • Loading branch information
msullivan authored Oct 11, 2019
1 parent 2094639 commit e006b94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ lxml>=4.4.0
psutil>=4.0
pytest>=5.1.1
pytest-xdist>=1.22
# pytest-xdist depends on pytest-forked and 1.1.0 doesn't install clean on macOS 3.5
pytest-forked>=1.0.0,<1.1.0
pytest-cov>=2.4.0
typing>=3.5.2; python_version < '3.5'
py>=1.5.2
Expand Down

0 comments on commit e006b94

Please sign in to comment.