[skip ci] Debian patches:

* Fix FTBFS on armhf/armel, undefined GL_PROJECTION (issue 1014875)
* Disable syntax checks for some Python modules
This commit is contained in:
wmayer
2022-09-06 14:40:10 +02:00
parent 810567a738
commit bdb1e22fc0
2 changed files with 9 additions and 0 deletions

View File

@@ -55,9 +55,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):