Skip to content

Commit

Permalink
workaround: exclude rpm tests from testcaselist
Browse files Browse the repository at this point in the history
This is necessary because we don't have reasonable defaults for rpm
tests commited in the repository. Moreover some additional work needs
to be done to clean up rpm tests wrt new usmqe config module.

See also: usmqe#219
  • Loading branch information
mbukatov committed Dec 17, 2018
1 parent 93ba57c commit 447876f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ skip_install = true
[testenv:testcaselist]
basepython = python3.6
deps = -r{toxinidir}/requirements.txt
commands = {envpython} -m pytest --collect-only --ignore=usmqe_tests/demo usmqe_tests
commands = {envpython} -m pytest --collect-only --ignore=usmqe_tests/rpm --ignore=usmqe_tests/demo usmqe_tests

# This enviroment runs usmqe unit tests in place
[testenv:py36]
Expand Down

0 comments on commit 447876f

Please sign in to comment.