]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
disable uv as mypy auto type install does not work with it
authorBob Halley <halley@dnspython.org>
Sat, 14 Sep 2024 20:53:35 +0000 (13:53 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 14 Sep 2024 20:53:35 +0000 (13:53 -0700)
pyproject.toml

index 308b5c3f5a074c4820d2c55ac9e861489dad3ba1..2a4d045c684a52360a8b20c93150164f8cc57f99 100644 (file)
@@ -83,7 +83,7 @@ include = ["dns/*.py", "dns/**/*.py", "dns/py.typed"]
 
 [tool.hatch.envs.default]
 features = ["trio", "dnssec", "idna", "doh", "doq", "dev"]
-installer = "uv"
+#installer = "uv"
 
 [tool.hatch.version]
 source = "code"