Skip to content

Commit

Permalink
fixup! patch 2
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Apr 29, 2020
1 parent 3f881ee commit bb1ebf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -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:}
Expand Down

0 comments on commit bb1ebf6

Please sign in to comment.