Skip to content

Commit 13a29df

Browse files
authored
Remove special-casing of pretend version for pytest
ref pytest-dev/pytest#10669
1 parent 7d55876 commit 13a29df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ env:
1616
PIP_NO_PYTHON_VERSION_WARNING: "1"
1717
# Keep in sync with .pre-commit-config.yaml/default_language_version/python.
1818
PYTHON_LATEST: "3.11"
19-
# Avoid warnings about shallow checkout, but also make sure pytest accepts us.
20-
SETUPTOOLS_SCM_PRETEND_VERSION: "99.9.9"
19+
SETUPTOOLS_SCM_PRETEND_VERSION: "1.0.0"
2120

2221
permissions:
2322
contents: read

0 commit comments

Comments
 (0)