From f871d94a9af09f96af7800723835144ec727d71d Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Mon, 15 Oct 2018 17:19:34 +0200
Subject: [PATCH] disable build isolation in `tox -e build`

---
 tox.ini |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tox.ini b/tox.ini
index 8c1d32b..f5152cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -144,7 +144,7 @@
     # 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

--
Gitblit v1.9.3