From 65009062e253ff197064f3c36fd489bfe27771c1 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Thu, 3 Dec 2020 19:35:53 -0800 Subject: [PATCH] Use pytest importlib mode --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 0e1586b..56606f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,6 +41,8 @@ include = cocotbext.* [tool:pytest] testpaths = tests +addopts = + --import-mode importlib # tox configuration [tox:tox]