Commit 268761d6 authored by Xavier Thompson's avatar Xavier Thompson

[fixup] Fix tests in isolated environment

Fixup "[test] Add tests for build dependencies"
parent a7ffc82a
...@@ -3676,6 +3676,7 @@ def test_pin_setup_requires_without_setup_eggs(): ...@@ -3676,6 +3676,7 @@ def test_pin_setup_requires_without_setup_eggs():
... find-links = %(link_server)s ... find-links = %(link_server)s
... index = %(link_server)s+'index/' ... index = %(link_server)s+'index/'
... allow-picked-versions = false ... allow-picked-versions = false
... newest = false
... parts = withsetuprequires ... parts = withsetuprequires
... [withsetuprequires] ... [withsetuprequires]
... recipe = zc.recipe.egg ... recipe = zc.recipe.egg
...@@ -3703,6 +3704,7 @@ def test_pin_setup_requires_with_setup_eggs(): ...@@ -3703,6 +3704,7 @@ def test_pin_setup_requires_with_setup_eggs():
... find-links = %(link_server)s ... find-links = %(link_server)s
... index = %(link_server)s+'index/' ... index = %(link_server)s+'index/'
... allow-picked-versions = false ... allow-picked-versions = false
... newest = false
... parts = withsetuprequires ... parts = withsetuprequires
... [withsetuprequires] ... [withsetuprequires]
... recipe = zc.recipe.egg:custom ... recipe = zc.recipe.egg:custom
...@@ -3728,6 +3730,7 @@ def test_pin_build_system_requires_without_setup_eggs(): ...@@ -3728,6 +3730,7 @@ def test_pin_build_system_requires_without_setup_eggs():
... find-links = %(link_server)s ... find-links = %(link_server)s
... index = %(link_server)s+'index/' ... index = %(link_server)s+'index/'
... allow-picked-versions = false ... allow-picked-versions = false
... newest = false
... parts = withbuildsystemrequires ... parts = withbuildsystemrequires
... [withbuildsystemrequires] ... [withbuildsystemrequires]
... recipe = zc.recipe.egg ... recipe = zc.recipe.egg
...@@ -3755,6 +3758,7 @@ def test_pin_build_system_requires_with_setup_eggs(): ...@@ -3755,6 +3758,7 @@ def test_pin_build_system_requires_with_setup_eggs():
... find-links = %(link_server)s ... find-links = %(link_server)s
... index = %(link_server)s+'index/' ... index = %(link_server)s+'index/'
... allow-picked-versions = false ... allow-picked-versions = false
... newest = false
... parts = withbuildsystemrequires ... parts = withbuildsystemrequires
... [withbuildsystemrequires] ... [withbuildsystemrequires]
... recipe = zc.recipe.egg:custom ... recipe = zc.recipe.egg:custom
......
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