Skip to content

Commit

Permalink
Remove special-casing of pretend version for pytest (#1124)
Browse files Browse the repository at this point in the history
* 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 <fritzihab@posteo.de>

---------

Co-authored-by: chrysle <fritzihab@posteo.de>
  • Loading branch information
hynek and chrysle committed Apr 10, 2023
1 parent 7d55876 commit d1aaeee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
PIP_NO_PYTHON_VERSION_WARNING: "1"
# Keep in sync with .pre-commit-config.yaml/default_language_version/python.
PYTHON_LATEST: "3.11"
# Avoid warnings about shallow checkout, but also make sure pytest accepts us.
SETUPTOOLS_SCM_PRETEND_VERSION: "99.9.9"
# Use oldest version used in doctests / examples.
SETUPTOOLS_SCM_PRETEND_VERSION: "19.2.0"

permissions:
contents: read
Expand Down

0 comments on commit d1aaeee

Please sign in to comment.