diff --git a/requirements.txt b/requirements.txt index b401509..580f9da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ mkdocs # for develope only pytest pytest-cov -pytest-pep8 +pytest-flake8 pytest-flakes pytest-randomly diff --git a/test/pytest.ini b/test/pytest.ini index e5d4311..3affa4c 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -8,7 +8,7 @@ # by Bastian Schroll [pytest] -addopts = -v --pep8 --flakes --cov=boswatch/ --cov=module/ --cov plugin/ --cov-report=term-missing --log-level=CRITICAL +addopts = -v --flake8 --flakes --cov=boswatch/ --cov=module/ --cov plugin/ --cov-report=term-missing --log-level=CRITICAL # classic or progress console_output_style = progress