From e46b5ff76768200c8f6ad2ee1e44d89e0bbdede3 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 24 Feb 2022 12:03:25 -0300 Subject: [PATCH] Fixed the test_old_pcbnew test - Failing locally, not GitHub --- tests/test_plot/force_pcbnew_error.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plot/force_pcbnew_error.py b/tests/test_plot/force_pcbnew_error.py index 2970e79c..cf7f5e18 100755 --- a/tests/test_plot/force_pcbnew_error.py +++ b/tests/test_plot/force_pcbnew_error.py @@ -14,7 +14,7 @@ else: # Force the pcbnew module load to fail sys.modules['pcbnew'] = None # Import the module to test -from kibot.__main__ import detect_kicad # Avoid the insertion of the nightly path os.environ['KIAUS_USE_NIGHTLY'] = '' +from kibot.__main__ import detect_kicad detect_kicad()