Fix bindist network issues (#25587)
* Fix bindist network issues * Another one using the network
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user