Skip to content

Commit

Permalink
ci: cannot install pyreadline and pyreadline3 at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
aurzenligl committed Feb 11, 2024
1 parent 7347b1b commit 9288c5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ deps =
pytest-xdist
pdbpp
rpdb
pyreadline3;platform_system=='Windows'
commands =
pip install 'pyreadline3;platform_system=="Windows"'
py.test {posargs} -rS --tb=short -x --strict tests

[testenv:check]
Expand All @@ -40,7 +40,6 @@ deps =
pytest
pytest-xdist
coverage
pyreadline3;platform_system=='Windows'
commands=
coverage run --source=pytest_logger -m pytest tests
coverage report -m
Expand Down

0 comments on commit 9288c5f

Please sign in to comment.