summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-03-28 19:19:55 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-03-28 19:19:55 -0400
commit6983e1479021259fdaabcf74f042ef8259b02638 (patch)
tree86187e6a0d16201ffd66e7b4aecb6fa3911a7048
parentd6618e41195587291c4a82af0db43fbd993b6c77 (diff)
downloadsqlalchemy-6983e1479021259fdaabcf74f042ef8259b02638.tar.gz
dont need rowcount here...
-rw-r--r--test/orm/test_unitofworkv2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/orm/test_unitofworkv2.py b/test/orm/test_unitofworkv2.py
index 5512535e5..b5057aa4e 100644
--- a/test/orm/test_unitofworkv2.py
+++ b/test/orm/test_unitofworkv2.py
@@ -1338,7 +1338,6 @@ class BasicStaleChecksTest(fixtures.MappedTest):
sess.flush
)
- @testing.requires.sane_multi_rowcount
def test_delete_multi_missing_allow(self):
Parent, Child = self._fixture(confirm_deleted_rows=False)
sess = Session()