From 2b4e1c1bda472db4da7b61e2aeffa86ab38893cf Mon Sep 17 00:00:00 2001 From: Jan Speller Date: Wed, 6 Jan 2021 22:47:37 +0100 Subject: [PATCH] update pytest plugins and options --- requirements.txt | 2 +- test/pytest.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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