From e006b94e097184451e6baf9b9c55e56176728ab8 Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Fri, 11 Oct 2019 14:35:22 -0700 Subject: [PATCH] Fix builds on macOS (#7703) --- test-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-requirements.txt b/test-requirements.txt index 0760e07f6b3b4..f741bc52e1339 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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