Skip to content

Commit 2de9b10

Browse files
committed
pin virtualenv to <21 for <py3.10 otherwise hatch will break
1 parent 8439c22 commit 2de9b10

2 files changed

Lines changed: 42 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ dev = [
6060
"pytest-mock~=3.14",
6161
"requests-mock~=1.12",
6262
"ruff",
63+
# See https://github.com/pypa/hatch/issues/2193
64+
'virtualenv<21; python_version<"3.10"',
6365
]
6466

6567
[tool.hatch.version]
@@ -147,7 +149,7 @@ exclude = [
147149
".venv",
148150
"venv",
149151
".tests",
150-
".test"
152+
".test",
151153
]
152154
ignore = [
153155
"proto/**",

uv.lock

Lines changed: 39 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)