Skip to content

Commit

Permalink
Merge pull request jazzband#1405 from nicoa/1403_fix_failing_tox_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jun 1, 2021
2 parents f86628f + 0cc13ad commit d14f19e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ extras =
testing
coverage: coverage
deps =
# due to broken CI, to be removed as soon as it is fixed, compare https://github.com/pypa/setuptools/issues/2687
setuptools<57
pipprevious: pip==20.3.*
piplatest: pip
pipmain: -e git+https://github.com/pypa/pip.git@main#egg=pip
pip20.3: pip==20.3.*
setenv =
coverage: PYTEST_ADDOPTS=--strict --doctest-modules --cov --cov-report=term-missing --cov-report=xml {env:PYTEST_ADDOPTS:}
pipprevious,pip20.3: PIP_DISABLE_PIP_VERSION_CHECK=1
piplatest: PIP_USE_FEATURE=in-tree-build
commands_pre =
piplatest: python -m pip install -U pip
pip --version
Expand Down

0 comments on commit d14f19e

Please sign in to comment.