diff options
Diffstat (limited to 'test/orm/test_hasparent.py')
-rw-r--r-- | test/orm/test_hasparent.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/orm/test_hasparent.py b/test/orm/test_hasparent.py index 2ea7f4e0f..2cb389f11 100644 --- a/test/orm/test_hasparent.py +++ b/test/orm/test_hasparent.py @@ -102,6 +102,7 @@ class ParentRemovalTest(fixtures.MappedTest): self._assert_not_hasparent(a1) + @testing.requires.updateable_autoincrement_pks @testing.requires.predictable_gc def test_stale_state_positive_pk_change(self): """Illustrate that we can't easily link a |