From d0dd21858c311f03f4a8ac5dfa19406035430dbd Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Thu, 5 Dec 2019 15:52:04 +0100 Subject: pytest: Fix test warnings --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 33ab5f7dd..b35515615 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,4 +33,7 @@ python_requires = >= 3.5.2 [options.extras_require] progress = - tqdm \ No newline at end of file + tqdm + +[tool:pytest] +python_classes = -- cgit v1.2.3