Remove special-casing of pretend version for pytest (#1124)
* Remove special-casing of pretend version for pytest ref https://github.com/pytest-dev/pytest/pull/10669 * Use a version that is used in our examples. * Update .github/workflows/ci.yml Co-authored-by: chrysle <fritzihab@posteo.de> --------- Co-authored-by: chrysle <fritzihab@posteo.de>
This commit is contained in:
parent
7d55876ed3
commit
d1aaeeed78
|
@ -16,8 +16,8 @@ env:
|
||||||
PIP_NO_PYTHON_VERSION_WARNING: "1"
|
PIP_NO_PYTHON_VERSION_WARNING: "1"
|
||||||
# Keep in sync with .pre-commit-config.yaml/default_language_version/python.
|
# Keep in sync with .pre-commit-config.yaml/default_language_version/python.
|
||||||
PYTHON_LATEST: "3.11"
|
PYTHON_LATEST: "3.11"
|
||||||
# Avoid warnings about shallow checkout, but also make sure pytest accepts us.
|
# Use oldest version used in doctests / examples.
|
||||||
SETUPTOOLS_SCM_PRETEND_VERSION: "99.9.9"
|
SETUPTOOLS_SCM_PRETEND_VERSION: "19.2.0"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in New Issue