summaryrefslogtreecommitdiff
path: root/tests/test_config.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-04-21 11:59:54 +0200
committerholger krekel <holger@merlinux.eu>2015-04-21 11:59:54 +0200
commite376e97c966e2f0bcd1286d3b928b2d8cab45768 (patch)
tree85a0cb2f6b3ccc3bc327e4ddb3fd5ac1d635a95e /tests/test_config.py
parentb38964389b2df20c166df11906d77a3f7d56ab76 (diff)
downloadtox-e376e97c966e2f0bcd1286d3b928b2d8cab45768.tar.gz
remove the long-deprecated "distribute" option as it has no effect these days.
Diffstat (limited to 'tests/test_config.py')
-rw-r--r--tests/test_config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index 122cbc5..f879918 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -543,7 +543,6 @@ class TestConfigTestEnv:
envconfig = config.envconfigs['python']
assert envconfig.commands == [["xyz", "--abc"]]
assert envconfig.changedir == config.setupdir
- assert envconfig.distribute == False
assert envconfig.sitepackages == False
assert envconfig.develop == False
assert envconfig.envlogdir == envconfig.envdir.join("log")