at 18.09-beta 562 B view raw
1diff --git a/pytest.ini b/pytest.ini 2index fef28f5..f366331 100644 3--- a/pytest.ini 4+++ b/pytest.ini 5@@ -4,10 +4,6 @@ python_files = 6 tests/*.py 7 8 addopts = 9- --cov mt940 10- --cov-report term-missing 11- --cov-report html 12- --no-cov-on-fail 13 --doctest-modules 14 --pep8 15 --flakes 16diff --git a/tests/requirements.txt b/tests/requirements.txt 17index fc55572..e52cc28 100644 18--- a/tests/requirements.txt 19+++ b/tests/requirements.txt 20@@ -3,6 +3,5 @@ 21 -r ../docs/requirements.txt 22 pytest 23 pytest-cache 24-pytest-cover 25 pytest-flakes 26 pytest-pep8