Skip to content
Commit e617f76e authored by Martin Pitt's avatar Martin Pitt
Browse files

tests: Run pygtkcompat tests separately

pygtkcompat changes the global namespace, in particular patching Gdk and Gtk
overrides. Run the tests in a separate process so that the main tests are not
potentially affected by the pygtkcompat test.

runtests.py runs all tests/test_*.py by default, so rename to
compat_test_pygtk.py and run that explicitly after successfully running the
main tests.

See https://bugzilla.gnome.org/show_bug.cgi?id=688219
parent 8180b809
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment