From d1aaeeed78c164ac87c0cff521bb7529baaf0eba Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 10 Apr 2023 11:41:10 +0200 Subject: [PATCH] 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 --------- Co-authored-by: chrysle --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fd7d46f..6dd7b851 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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