# HG changeset patch
# User Edouard Tisserant <edouard.tisserant@gmail.com>
# Date 1660304159 -7200
# Node ID 5a0f7fcf9a8fd355618fad8801fbe7c045d39be1
# Parent  0c96269bf63bd4a6f7bd891578fa49486cd91062
tests: fix load_and_build_tests.pytest

Leftover import from previously commented-out tests. Commented out as well.

diff -r 0c96269bf63b -r 5a0f7fcf9a8f 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):