tests: remove testpaths, since we have two incomplatible test suites

This commit is contained in:
Henry Schreiner
2023-06-14 09:14:44 -04:00
committed by GitHub
parent aae0524f8a
commit c9e0981955
-4
View File
@@ -14,10 +14,6 @@ target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
minversion = "6.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
junit_family = "xunit2"
testpaths = [
"test",
"unit_test",
]
xfail_strict = true
filterwarnings = ["error"]
log_cli_level = "info"