diff options
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/qlayout_test.py')
| -rw-r--r-- | sources/pyside6/tests/QtWidgets/qlayout_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtWidgets/qlayout_test.py b/sources/pyside6/tests/QtWidgets/qlayout_test.py index 2f53fcbff..43c0862a2 100644 --- a/sources/pyside6/tests/QtWidgets/qlayout_test.py +++ b/sources/pyside6/tests/QtWidgets/qlayout_test.py @@ -148,6 +148,8 @@ class QLayoutTest(UsesQApplication): del w # PYSIDE-535: Need to collect garbage in PyPy to trigger deletion gc.collect() + # PYSIDE-535: Why do I need to do it twice, here? + gc.collect() self.assertRaises(RuntimeError, spacer.isEmpty) |
