From e2f3e6530a7f29291c2f5620ead5cef11ff57b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Wed, 22 Sep 2021 01:19:07 +0200 Subject: [PATCH] Revert another bit from 2112b10 The revert of 2112b107347d2761f39db474a3bf36f96e44bcb3 lost a change in tests/lib3/test_yaml.py probably due to the renaming lib3 -> lib --- tests/lib/test_yaml.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/lib/test_yaml.py b/tests/lib/test_yaml.py index 7b3d8f9d..352cd8d1 100644 --- a/tests/lib/test_yaml.py +++ b/tests/lib/test_yaml.py @@ -14,8 +14,6 @@ from test_sort_keys import * from test_multi_constructor import * -from test_schema import * - if __name__ == '__main__': import test_appliance test_appliance.run(globals())