summaryrefslogtreecommitdiff
path: root/tests/test_venv.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_venv.py')
-rw-r--r--tests/test_venv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_venv.py b/tests/test_venv.py
index e072dbd3..c7436c4e 100644
--- a/tests/test_venv.py
+++ b/tests/test_venv.py
@@ -178,7 +178,7 @@ class VirtualenvTest(CoverageTest):
print(sum(colorsys.rgb_to_hls(1, 0, 0)))
""")
- self.del_environ("COVERAGE_TESTING") # To avoid needing contracts installed.
+ self.del_environ("COVERAGE_TESTING") # To get realistic behavior
self.set_environ("COVERAGE_DEBUG_FILE", "debug_out.txt")
self.set_environ("COVERAGE_DEBUG", "trace")