[PyQt] Installing multiple versions of PyQt
Florian Bruhin
me at the-compiler.org
Mon May 18 13:39:20 BST 2015
Hi,
I use buildbot to automatically test my application under various OS':
http://qutebrowser.org:8010/waterfall
Currently I'm testing with four Linux distributions:
- Ubuntu Trusty with Qt/PyQt 5.2.1
- Ubuntu Utopic with Qt 5.3.0, PyQt 5.3.2
- Debian Jessie with Qt/PyQt 5.3.2
- Archlinux with Qt/PyQt 5.4.1
However, running 4 VMs (+ Win8) is rather resource intensive.
What alternative approaches are there to ensure my tests run fine with
older Qt/PyQt versions?
Things I could think of so far:
- Use some kind of containers/chroots instead of VMs.
- Only use one OS (probably Archlinux) and have multiple PyQt/Qt
builds on the same system - probably should work with Qt's
-developer-build, building PyQt with each Qt's qmake, and then
messing with PYTHONPATH, but might be a pain to set up.
What do you think? Another option would be to just run them on one
system, but in the past I got bitten often by changes in Qt/PyQt which
cause subtly different behaviour.
Florian
--
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150518/198bb777/attachment.sig>
More information about the PyQt
mailing list