remove unused pytest flags

This commit is contained in:
Leo Hemsted
2020-02-11 16:27:44 +00:00
parent 9e84fb2a00
commit a97948574a

View File

@@ -31,5 +31,5 @@ flake8 .
display_result $? 1 "Code style check"
# run with four concurrent threads
py.test --disable-pytest-warnings --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml -n4 -v --maxfail=10
py.test -n4 -v --maxfail=10
display_result $? 2 "Unit tests"