re-enable (most) tests

This commit is contained in:
Felix Schwarz 2025-01-05 16:42:19 +01:00
commit 74a28a6262
2 changed files with 18 additions and 3 deletions

View file

@ -0,0 +1,14 @@
diff --git a/pyproject.toml b/pyproject.toml
index d17fecc..be0c6e6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -126,8 +126,7 @@ extend-ignore = [ "E203", "E501" ]
envlist = [ "cover", "lint" , "mypy" ]
[tool.tox.env_run_base]
-runner = "uv-venv-lock-runner"
-with_dev = true
+with_dev = false
uv_sync_flags = [ "--python={env_python}" ] # Fix until https://github.com/tox-dev/tox-uv/issues/110 is fixed
extras = [ "full" ]
setenv.PYTEST_ADDOPTS = "--numprocesses auto"