re-enable (most) tests
This commit is contained in:
parent
23bd76152a
commit
74a28a6262
2 changed files with 18 additions and 3 deletions
14
python-dns-lexicon-tox-config.patch
Normal file
14
python-dns-lexicon-tox-config.patch
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue