diff --git a/requirements_test.txt b/requirements_test.txt index 582156c2..ba9f66e5 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,2 +1,2 @@ pytest==3.0.5 -pytest-cov==1.7.0 +pytest-cov==2.4.0 diff --git a/setup.cfg b/setup.cfg index 746a64c9..0609d1be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ requires = python-setuptools >= 0.6c6 python-ctypes install_script = rpm/install group = System Environment/Daemons -[pytest] +[tool:pytest] norecursedirs = examples lib local src testpaths = tests/ addopts = --assert=plain