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.
2 parents 6e8982f + 4af2ed3 commit 032a97dCopy full SHA for 032a97d
testcases/containers/test_containers.py
@@ -24,7 +24,7 @@
24
25
26
def load_container_tests() -> int:
27
- global container_tests
+ # This modifies the global container_tests
28
with open(container_tests_file) as f:
29
ct = yaml.safe_load(f)
30
if ct is None:
0 commit comments