Skip to content

Commit 9d69c1a

Browse files
correct setuptools_scm support
modern setuptools_scm drops python 3.6 * use build isolation * drop setup_requires
1 parent 8a417f4 commit 9d69c1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install_requires =
4545
execnet>=1.1
4646
pytest>=6.2.0
4747
pytest-forked
48-
setup_requires = setuptools_scm>=6.0
48+
setup_requires = # left empty, enforce using isolated build system
4949

5050
[options.packages.find]
5151
where = src

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist=
55
py38-pytestmain
66
py38-psutil
77
py38-setproctitle
8-
8+
isolated_build = true
99
[testenv]
1010
extras = testing
1111
deps =

0 commit comments

Comments
 (0)