Fixed the test_old_pcbnew test
- Failing locally, not GitHub
This commit is contained in:
parent
3f7b4dc4c8
commit
e46b5ff767
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue