Removed an oracle-specific requirements rule from the public
test suite that was interfering with third party dialect
suites.
Change-Id: Iebae510edcb8ef908dcd9be9222888e12caed97d
--- /dev/null
+.. change::
+ :tags: bug, tests
+
+ Removed an oracle-specific requirements rule from the public
+ test suite that was interfering with third party dialect
+ suites.
numbers
)
- @testing.fails_if(testing.requires.broken_cx_oracle6_numerics)
@testing.requires.precision_numerics_enotation_large
def test_enotation_decimal_large(self):
"""test exceedingly large decimals.
config.db.scalar("show server_encoding").lower() == "utf8"
)
- @property
- def broken_cx_oracle6_numerics(config):
- return exclusions.LambdaPredicate(
- lambda config: against(config, 'oracle+cx_oracle') and
- config.db.dialect.cx_oracle_ver <= (6, 0, 2) and
- config.db.dialect.cx_oracle_ver > (6, ),
- "cx_Oracle github issue #77"
- )
-
@property
def oracle5x(self):
return only_if(