fixes #8133: mitigate regendoc issues wrt PRETEND_VERSION

this issues is less likely to hit due to the recent regendoc release
which includes a wheel

* migrate to setuptools_scm 6.3.2
* use SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST
This commit is contained in:
Ronny Pfannschmidt
2020-12-13 11:10:06 +01:00
parent 0fbfd1ca36
commit 0892c77bc6
6 changed files with 12 additions and 13 deletions

View File

@@ -222,7 +222,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade wheel setuptools tox
pip install --upgrade wheel setuptools setuptools_scm[toml]>=6 tox
- name: Build package
run: |