summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8484b833f..69ff5df1f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,6 +23,14 @@ commands =
pip list
pytest -n auto --durations=10 {posargs} tests/
+# Temp coverage disable for macOS arm64 because CTracer isn't compiling
+# probably due to the crazy rosetta arch -arm64 shenanigans
+[testenv:macos-nocoverage]
+basepython = python3
+commands =
+ pip list
+ pytest -n auto --durations=10 {posargs} tests/
+
[testenv:docs]
extras =
docs