From 6b1ae1bc61dd264b6ae46a0fa20e9fc2e7c3a508 Mon Sep 17 00:00:00 2001 From: Tore Niermann Date: Fri, 12 Aug 2022 10:44:16 +0200 Subject: [PATCH] Try again fixing test paths --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index e2897d0..b985ea8 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,4 @@ deps = py38: pyfftw>=0.13,<0.14 commands = - python3 -m pytest - -[tool:pytest] -testpaths = tests + python3 -m pytest -o 'testpaths=tests'