Merge pull request 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
deps =
pytest
pytest-travis-fold
pytest-cov
pywin32 ; sys.platform == 'win32'
-rrequirements.txt
commands =
{posargs:pytest --cov --cov-report=term-missing --cov-branch tests}
@ -44,9 +43,6 @@ exclude =
.venv*/
build/
htmlcov/
libs/common
libs/win
libs/py2
logs/
ignore =
; -- flake8 --