diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-25 18:51:44 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-25 18:51:44 -0400 |
| commit | 54d086253e9bf31fa4d3764e9ff3a593b3c9c28e (patch) | |
| tree | 17ef3f412611d729b843681c2307bbbc27effb20 /test/orm | |
| parent | fe878f5aff1cb17fdf1f13aba1d13f008da0ef4e (diff) | |
| download | sqlalchemy-54d086253e9bf31fa4d3764e9ff3a593b3c9c28e.tar.gz | |
- restore non_updating_cascade to test_manytomany_nonpassive, but also
add sane_multi_rowcount requirement, as pg8000 doesn't do "multi" row count.
Diffstat (limited to 'test/orm')
| -rw-r--r-- | test/orm/test_naturalpks.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/orm/test_naturalpks.py b/test/orm/test_naturalpks.py index 5a72881a0..ac5e723c7 100644 --- a/test/orm/test_naturalpks.py +++ b/test/orm/test_naturalpks.py @@ -393,6 +393,8 @@ class NaturalPKTest(fixtures.MappedTest): def test_manytomany_passive(self): self._test_manytomany(True) + @testing.requires.non_updating_cascade + @testing.requires.sane_multi_rowcount def test_manytomany_nonpassive(self): self._test_manytomany(False) |
