Commit 6446b54b authored by Holger Brunn's avatar Holger Brunn Committed by Godefroid Chapelle

Set PIP_NO_PYTHON_VERSION_WARNING during tests

parent cb6620ea
......@@ -17,6 +17,9 @@ eggs = zc.buildout[test]
coverage
interpreter = py
[test-environment]
PIP_NO_PYTHON_VERSION_WARNING = 1
[test]
recipe = zc.recipe.testrunner
eggs =
......@@ -29,6 +32,7 @@ initialization =
from zc.buildout.testing import setup_coverage
path_to_coveragerc = os.path.join('${buildout:directory}', '.coveragerc')
setup_coverage(path_to_coveragerc)
environment = test-environment
# Tests that can be run wo a network
[oltest]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment