Fix bindist network issues (#25587)

* Fix bindist network issues

* Another one using the network
This commit is contained in:
Harmen Stoppels
2021-08-24 19:09:23 +02:00
committed by GitHub
parent 107693fbd1
commit 73208f5835
4 changed files with 10 additions and 13 deletions

View File

@@ -339,7 +339,9 @@ def test_config_backwards_compat(self, mutable_config):
assert old_format == settings['lmod']
def test_modules_relative_to_view(
self, tmpdir, modulefile_content, module_configuration, install_mockery):
self, tmpdir, modulefile_content, module_configuration, install_mockery,
mock_fetch
):
with ev.Environment(str(tmpdir), with_view=True) as e:
module_configuration('with_view')
install('cmake')