Skip to content

Commit 75869c1

Browse files
dont depend on mercurial on pypy for test
1 parent 48d2fd7 commit 75869c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test = [
6767
"rich",
6868
'typing-extensions; python_version < "3.11"',
6969
"wheel",
70-
"mercurial"
70+
'mercurial; platform_python_implementation != "PyPy"'
7171
]
7272
toml = [
7373
]

0 commit comments

Comments
 (0)