]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- these two tests require sane rowcount at the base
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Dec 2016 15:31:33 +0000 (10:31 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Dec 2016 15:31:33 +0000 (10:31 -0500)
Change-Id: I7efcfb56826963e4702d19107db3c9d37c4fcb64

test/orm/test_unitofworkv2.py

index 651a9b9ab3f2ac945909d58b285d98a64e15372e..b084071dbcd869d982836f3d6b96f64dac0cec11 100644 (file)
@@ -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):