From bb1ebf6cdbd90614dd4a02c5e36630ddc5f801fa Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 29 Apr 2020 16:54:01 +0200 Subject: [PATCH] fixup! patch 2 Ref: https://github.com/pytest-dev/pytest/issues/6925 Ref: https://github.com/pytest-dev/pytest-xdist/issues/515 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b3fb52ae3..f9b668bb4 100644 --- a/tox.ini +++ b/tox.ini @@ -12,8 +12,8 @@ isolated_build = true isolated_build = true usedevelop = false deps = - pytest; python_version != "3.5" - pytest<5.4; python_version == "3.5" + pytest; python_version != "3.5" or system_platform != "darwin" + pytest<5.4; python_version == "3.5" and system_platform == "darwin" pytest-xdist commands = {envpython} -m pytest {posargs:}