Fixed the test_old_pcbnew test

- Failing locally, not GitHub
This commit is contained in:
Salvador E. Tropea 2022-02-24 12:03:25 -03:00
parent 3f7b4dc4c8
commit e46b5ff767
1 changed files with 1 additions and 1 deletions

View File

@ -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()