- Remove pytest-travis-fold
- Remove unvendored libs path from exclude
- Install requirements from requirements.txt
This commit is contained in:
Labrys of Knossos 2022-12-14 02:08:44 -05:00
commit 08850f2d94

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 --