Skip to content

Commit

Permalink
Remove tox pytest-travis plugin, which required deprecated pytest `py…
Browse files Browse the repository at this point in the history
…` lib

- from pytest 7.2.0 changelog: pytest no longer depends on the py library...If you need other py.* modules, continue to install the deprecated py library separately, otherwise it can usually be removed as a dependency.
- additional notes here pytest-dev/py#288
  • Loading branch information
tamuri committed Oct 31, 2022
1 parent f662f5c commit 580e7e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -6,7 +6,7 @@ graft requirements
include README.rst
include .bumpversion.cfg
include .coveragerc
include tox.ini .travis.yml
include tox.ini
include tlo.example.conf

exclude .editorconfig
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -27,7 +27,6 @@ usedevelop = false
deps =
-r{toxinidir}/requirements/base.txt
pytest
pytest-travis-fold
pytest-cov
commands =
{posargs:pytest --cov --cov-report=term-missing -vv tests}
Expand Down

0 comments on commit 580e7e5

Please sign in to comment.