From a97948574ad6719a2c8ca81b8393b5acb6202327 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Tue, 11 Feb 2020 16:27:44 +0000 Subject: [PATCH] remove unused pytest flags --- scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 2e3e25013..753cf8881 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -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"