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] ...@@ -17,6 +17,9 @@ eggs = zc.buildout[test]
coverage coverage
interpreter = py interpreter = py
[test-environment]
PIP_NO_PYTHON_VERSION_WARNING = 1
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = eggs =
...@@ -29,6 +32,7 @@ initialization = ...@@ -29,6 +32,7 @@ initialization =
from zc.buildout.testing import setup_coverage from zc.buildout.testing import setup_coverage
path_to_coveragerc = os.path.join('${buildout:directory}', '.coveragerc') path_to_coveragerc = os.path.join('${buildout:directory}', '.coveragerc')
setup_coverage(path_to_coveragerc) setup_coverage(path_to_coveragerc)
environment = test-environment
# Tests that can be run wo a network # Tests that can be run wo a network
[oltest] [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