python3.8-syntax
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Sat, 4 Feb 2023 13:01:18 +0000 (14:01 +0100)
committerTobias Frost <tobi@debian.org>
Sat, 4 Feb 2023 13:01:18 +0000 (14:01 +0100)
Gbp-Pq: Name python3.8-syntax.diff

src/Mod/Test/TestPythonSyntax.py

index b57cd287c68dce297c11a6ce7a9d2083fa2025b2..4c28afa46b1b591719791796556eeea5e431cc8c 100644 (file)
@@ -58,9 +58,11 @@ class PythonSyntaxTestCase(unittest.TestCase):
     """
     def setUp(self):
         self.whitelist = []
+        self.whitelist += ["ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.py"]
         self.whitelist += ["automotive_design.py"]
         self.whitelist += ["ifc2x3.py"]
         self.whitelist += ["ifc4.py"]
+        self.whitelist += ["__exec_old.py"]
 
 
     def testAll(self):