mottosso / Qt.py

Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.
MIT License
896 stars 252 forks source link

Running tests fails #397

Open dvzrv opened 4 months ago

dvzrv commented 4 months ago

Hi! :wave:

I'm currently trying to improve the package of this project for Arch Linux.

I am currently unable to run tests successfully.

PATH="$PWD:$PATH" QT_PREFERRED_BINDING=PySide2 xvfb-run nosetests --verbose tests.py`

python-qt.py-1.3.8-2-x86_64-check.log

PATH="$PWD:$PATH" QT_PREFERRED_BINDING=PyQt5 xvfb-run nosetests --verbose tests.py`

python-qt.py-1.3.8-2-x86_64-check.log

Furthermore we no longer have Qt4 in the repositories and do not intend to add it back. The tests appear to require Qt4. Is there some way to run them without?