From: Mike Bayer Date: Wed, 21 Dec 2016 15:31:33 +0000 (-0500) Subject: - these two tests require sane rowcount at the base X-Git-Tag: rel_1_1_5~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afb3a528330fb9c0669d946cd065ff96bba8573d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - these two tests require sane rowcount at the base Change-Id: I7efcfb56826963e4702d19107db3c9d37c4fcb64 --- 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):