diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-12-29 19:26:08 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-01-01 11:28:24 -0500 |
| commit | eee7a3add99df2865e6d907f29f84f6d4ce22a8b (patch) | |
| tree | a7c6be5c0dbba0238e6174adc734cb55d2af3faa /test/base | |
| parent | e913ec8155b64e055f3a88ca9c1bb7f112202c76 (diff) | |
| download | sqlalchemy-eee7a3add99df2865e6d907f29f84f6d4ce22a8b.tar.gz | |
remove 2.0-removed Query elements
* :meth:`_orm.Query.join` no longer accepts the "aliased" and
"from_joinpoint" arguments
* :meth:`_orm.Query.join` no longer accepts chains of multiple join
targets in one method call.
* ``Query.from_self()`` and ``Query.with_polymorphic()``
are removed.
Change-Id: I534d04b53a538a4fc374966eb2bc8eb98a16497d
References: #7257
Diffstat (limited to 'test/base')
| -rw-r--r-- | test/base/test_warnings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base/test_warnings.py b/test/base/test_warnings.py index 0cbab7f28..e32c8f5ab 100644 --- a/test/base/test_warnings.py +++ b/test/base/test_warnings.py @@ -20,7 +20,7 @@ class WarnDeprecatedLimitedTest(fixtures.TestBase): actually just verifying that _hash_limit_string works as expected """ - occurrences = 100 + occurrences = 500 cap = 10 printouts = set() |
