Skip to content

Commit

Permalink
Put the --ignore statements back.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyak committed Jan 19, 2021
1 parent 4e72a55 commit ae12584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ deps=
setenv =
PYTHONPATH = {toxinidir}
commands =
pytest {posargs} armi
pytest --ignore=armi/utils/tests/test_gridGui.py {posargs} armi

[testenv:cov]
deps=
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-testing.txt
commands =
pytest --cov-config=.coveragerc --cov=armi {posargs} armi
pytest --cov-config=.coveragerc --cov=armi --ignore=armi/utils/tests/test_gridGui.py {posargs} armi

[testenv:lint]
ignore_errors = true
Expand Down

0 comments on commit ae12584

Please sign in to comment.