summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Dawson <phil.dawson@codethink.co.uk>2019-04-16 11:35:14 +0100
committerPhil Dawson <phil.dawson@codethink.co.uk>2019-04-16 11:35:14 +0100
commit7ed8f2fbdd8a10cb65bcd1a9a61ca126e6c9a7a2 (patch)
tree259157f7fc630ad57f3b87f4425ea8988da638b6
parent8d173e9e6185e7aa72df25cc2ed1139a03c9fe39 (diff)
downloadbuildstream-phil/fix-empty-external-tests.tar.gz
tox.ini: Remove misleading commentphil/fix-empty-external-tests
Remove incorrect comment about key not being inherited by other enviromnents. This is incorrect as key are inherrited *unless* they are overriden by specifying them in the child invironment.
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 47aa03d05..0b0562595 100644
--- a/tox.ini
+++ b/tox.ini
@@ -43,9 +43,6 @@ passenv =
SOURCE_CACHE_SERVICE
SSL_CERT_FILE
-#
-# These keys are not inherited by any other sections
-#
setenv =
COVERAGE_FILE = {envtmpdir}/.coverage
XDG_CACHE_HOME = {envtmpdir}/cache