1 --- apeye-1.4.1/tox.ini.orig
2 +++ apeye-1.4.1/tox.ini
4 deps = -r{toxinidir}/tests/requirements.txt
8 - python -m pip install "pyyaml>=5.3.1" ruamel.yaml
9 python -m pytest --cov=apeye -r aR tests/ {posargs}
10 - python -m pip uninstall pyyaml -y
11 - python -m pytest --cov=apeye -r aR tests/ --cov-append {posargs}
12 - python -m pip uninstall ruamel.yaml -y
13 - python -m pytest --cov=apeye -r aR tests/ --cov-append {posargs}
16 allowed_unused = lockfile