We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a209b95 commit 47d77a6Copy full SHA for 47d77a6
test/framework/toy_build.py
@@ -2154,7 +2154,7 @@ def test_reproducibility(self):
2154
"""# (no modules loaded)""",
2155
"""# (no build environment defined)""",
2156
]
2157
- env_file = open(reprod_dumpenv, "r").read()
+ env_file = read_file(reprod_dumpenv)
2158
for pattern in patterns:
2159
self.assertTrue(pattern in env_file)
2160
@@ -2270,7 +2270,7 @@ def test_toy_toy(self):
2270
"""module load toy/0.0-one""",
2271
2272
2273
2274
2275
2276
0 commit comments