
Sept. 29, 2022
8:44 a.m.
Hi, can we have a test folder like "qt/test" as an equivalent to "common/test"? I tried to understand the configure files in "qt" and "common" but they are different. Bash scripts not my thing and very hard to read. I'm scared that I would mess up something. Background: I would like to have a "qt/test/test_qt.py" that only does an "import PyQt5" and doesn't raise an ImportError. This is in preparation of updating ".travis.yml". There where problems "installing" PyQt5 on ppc64le architecture. I'm sure I solved that problem. But to "fix the condition" I would like to add a qt-import-test that would fail if someone else in the future mess up the travis config. Kind Christian