Skip to content

tests: Make patching in pygtkcompat reversible

Christoph Reiter requested to merge creiter/pygobject:pygtkcompat-unpatch into master

Record all the attribute and sys.modules changes and add an API for reverting them after tests are completed.

This allows us to run the pygtkcompat tests in the same test process as other tests.

Merge request reports