From f871d94a9af09f96af7800723835144ec727d71d Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 15 Oct 2018 10:19:34 -0500 Subject: disable build isolation in `tox -e build` --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 8c1d32bce..f5152cb99 100644 --- a/tox.ini +++ b/tox.ini @@ -144,7 +144,7 @@ commands = # build sdist python setup.py sdist --dist-dir {toxinidir}/dist # build wheel from sdist - pip wheel -v --no-deps --no-index --wheel-dir {toxinidir}/dist --find-links {toxinidir}/dist pyramid + pip wheel -v --no-deps --no-index --no-build-isolation --wheel-dir {toxinidir}/dist --find-links {toxinidir}/dist pyramid deps = setuptools -- cgit v1.2.3