From 645bda8220d80f402a7b7d8e04588bc8906cab59 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 31 Aug 2020 18:49:35 -0400 Subject: [PATCH] Add 'native' factor to test as installed. Ref #2318. --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 535b67d3b9..c5d018aeea 100644 --- a/tox.ini +++ b/tox.ini @@ -22,11 +22,12 @@ setenv = # These should probably be individually annotated to explain what needs them. passenv=APPDATA HOMEDRIVE HOMEPATH windir Program* CommonProgram* VS* APPVEYOR APPVEYOR_* CI CODECOV_* TRAVIS TRAVIS_* NETWORK_REQUIRED commands = pytest {posargs} -usedevelop=True +usedevelop= + native: False + !native: True extras = tests - [testenv:coverage] description=Combine coverage data and create report deps=coverage