From afb3a528330fb9c0669d946cd065ff96bba8573d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 21 Dec 2016 10:31:33 -0500 Subject: [PATCH] - these two tests require sane rowcount at the base Change-Id: I7efcfb56826963e4702d19107db3c9d37c4fcb64 --- test/orm/test_unitofworkv2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/orm/test_unitofworkv2.py b/test/orm/test_unitofworkv2.py index 651a9b9ab3..b084071dbc 100644 --- a/test/orm/test_unitofworkv2.py +++ b/test/orm/test_unitofworkv2.py @@ -1463,6 +1463,7 @@ class BasicStaleChecksTest(fixtures.MappedTest): mapper(Child, child) return Parent, Child + @testing.requires.sane_rowcount def test_update_single_missing(self): Parent, Child = self._fixture() sess = Session() @@ -1480,6 +1481,7 @@ class BasicStaleChecksTest(fixtures.MappedTest): sess.flush ) + @testing.requires.sane_rowcount def test_update_single_missing_broken_multi_rowcount(self): @util.memoized_property def rowcount(self): -- 2.47.3