From 4959de444cfdde2cec6076f7afc6459524aaf28f Mon Sep 17 00:00:00 2001 From: Sean Bryan Date: Thu, 21 Mar 2024 15:19:07 +1100 Subject: [PATCH] Try with explicit testpath set --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index a96ef37..b2a4e50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,7 @@ console_scripts = benchcab=benchcab.main:main [tool:pytest] +testpaths = tests addopts = --doctest-modules --doctest-glob='*.rst'