From 60735a7f09aef451932fe6b27686ee7e544dbb58 Mon Sep 17 00:00:00 2001 From: Dominik Vogel <30660470+Dominik-Vogel@users.noreply.github.com> Date: Wed, 9 Oct 2019 13:29:05 +0200 Subject: [PATCH] Remove globs for files and functions --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 62a7288710a..622a62b653f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,5 @@ [tool:pytest] testpaths = "qcodes/tests" -python_files = test_*.py -python_functions = test_* [nosetests] with-coverage=1