python-qt-tools / PyQt5-stubs

Stubs for PyQt5
GNU General Public License v3.0
69 stars 31 forks source link

Fixes annotation for QLineEdit to allow None as argument. #166

Closed altendky closed 2 years ago

bluebird75 commented 2 years ago

Try creating a QApplication with the follwing argv : -platform minimal

This should run on a gui-less environement.

The-Compiler commented 2 years ago

Whoops, that was unintended!

altendky commented 2 years ago

I would rather stick with using a full platform plugin and letting pytest-xvfb help out on Linux.

altendky commented 2 years ago

@bluebird75, you're tracking the changes more closely than I am. Go ahead and merge this when it fits.