Remove strict argument to pytest

We set it in pytest.ini anyway.
This commit is contained in:
Chris Hill-Scott
2020-02-24 17:28:29 +00:00
parent f871fc4b5f
commit 4d43354473
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
isort==4.3.21
pytest==5.3.2
pytest-env==0.6.2
pytest-cov==2.8.1
pytest-mock==1.11.2
pytest-xdist==1.31.0
beautifulsoup4==4.8.1

View File

@@ -36,5 +36,5 @@ display_result $? 2 "Import order check"
npm test
display_result $? 3 "Javascript tests have"
py.test -n auto --maxfail=10 tests/ --strict
py.test -n auto --maxfail=10 tests/
display_result $? 4 "Unit tests have"