diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-11 17:55:37 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-11 17:55:37 -0400 |
| commit | a4c651420b455e54dafd4e9069ab31632271148b (patch) | |
| tree | c98b8acfb789519482010dc004d5e3271d5857b1 /test/aaa_profiling | |
| parent | f1df361afbde7e69925c706d59de5c1f99eba18a (diff) | |
| download | sqlalchemy-a4c651420b455e54dafd4e9069ab31632271148b.tar.gz | |
- this is a refcount test
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_resultset.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py index daee84b97..1b519c3f8 100644 --- a/test/aaa_profiling/test_resultset.py +++ b/test/aaa_profiling/test_resultset.py @@ -75,6 +75,8 @@ class ExecutionTest(fixtures.TestBase): class RowProxyTest(fixtures.TestBase): + __requires__ = 'cpython', + def _rowproxy_fixture(self, keys, processors, row): from sqlalchemy.engine.result import RowProxy class MockMeta(object): |
