Use pytest importlib mode

This commit is contained in:
Alex Forencich
2020-12-03 19:35:53 -08:00
parent e776711ed7
commit 65009062e2

View File

@@ -41,6 +41,8 @@ include = cocotbext.*
[tool:pytest]
testpaths =
tests
addopts =
--import-mode importlib
# tox configuration
[tox:tox]