From 08850f2d946566cf43553bc89cb2057457e359d2 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Wed, 14 Dec 2022 02:08:44 -0500 Subject: [PATCH] Fix tox - Remove pytest-travis-fold - Remove unvendored libs path from exclude - Install requirements from requirements.txt --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index b04efcbe..1d095cb2 100644 --- a/tox.ini +++ b/tox.ini @@ -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 --