Merge pull request #1938 from clinton-hall/toxic

Fix tox
This commit is contained in:
Labrys of Knossos 2022-12-14 02:10:11 -05:00 committed by GitHub
commit 6f24d3cf28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,9 +24,8 @@ usedevelop = false
skip_install = true skip_install = true
deps = deps =
pytest pytest
pytest-travis-fold
pytest-cov pytest-cov
pywin32 ; sys.platform == 'win32' -rrequirements.txt
commands = commands =
{posargs:pytest --cov --cov-report=term-missing --cov-branch tests} {posargs:pytest --cov --cov-report=term-missing --cov-branch tests}
@ -44,9 +43,6 @@ exclude =
.venv*/ .venv*/
build/ build/
htmlcov/ htmlcov/
libs/common
libs/win
libs/py2
logs/ logs/
ignore = ignore =
; -- flake8 -- ; -- flake8 --