From 9d69c1a7da7f6a62796cc60a76670a582bc993be Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 12 Jul 2022 16:54:51 +0200 Subject: [PATCH] correct setuptools_scm support modern setuptools_scm drops python 3.6 * use build isolation * drop setup_requires --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 03e4a91..4994681 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ install_requires = execnet>=1.1 pytest>=6.2.0 pytest-forked -setup_requires = setuptools_scm>=6.0 +setup_requires = # left empty, enforce using isolated build system [options.packages.find] where = src diff --git a/tox.ini b/tox.ini index 2578ae5..0c1655b 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist= py38-pytestmain py38-psutil py38-setproctitle - +isolated_build = true [testenv] extras = testing deps =