tests: fix load_and_build_tests.pytest wxPython4
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Fri, 12 Aug 2022 13:35:59 +0200
branchwxPython4
changeset 3581 5a0f7fcf9a8f
parent 3580 0c96269bf63b
child 3582 7dcd0de97e6f
tests: fix load_and_build_tests.pytest

Leftover import from previously commented-out tests. Commented out as well.
tests/ide_tests/load_and_build_tests.pytest/test_application.py
--- a/tests/ide_tests/load_and_build_tests.pytest/test_application.py	Thu Aug 11 17:39:12 2022 +0200
+++ b/tests/ide_tests/load_and_build_tests.pytest/test_application.py	Fri Aug 12 13:35:59 2022 +0200
@@ -37,7 +37,7 @@
 
 import conftest
 import Beremiz
-import PLCOpenEditor
+# import PLCOpenEditor
 
 
 class UserApplicationTest(unittest.TestCase):