Skip to content

Commit d1aaeee

Browse files
hynekchrysle
andauthored
Remove special-casing of pretend version for pytest (#1124)
* Remove special-casing of pretend version for pytest ref pytest-dev/pytest#10669 * Use a version that is used in our examples. * Update .github/workflows/ci.yml Co-authored-by: chrysle <[email protected]> --------- Co-authored-by: chrysle <[email protected]>
1 parent 7d55876 commit d1aaeee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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+
# Use oldest version used in doctests / examples.
20+
SETUPTOOLS_SCM_PRETEND_VERSION: "19.2.0"
2121

2222
permissions:
2323
contents: read

0 commit comments

Comments
 (0)