summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-01-04 10:40:36 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2018-01-04 10:41:03 -0500
commit1071c3040c9adde19ea587265198921c69694925 (patch)
treed9164ea9162102c81101b73911ea454635bcf19e /lib/sqlalchemy/testing
parent435aaff20effbc914bbb4d19f177df3c1f5f15ab (diff)
downloadsqlalchemy-1071c3040c9adde19ea587265198921c69694925.tar.gz
Remove cx_oracle test rule from requirements
Removed an oracle-specific requirements rule from the public test suite that was interfering with third party dialect suites. Change-Id: Iebae510edcb8ef908dcd9be9222888e12caed97d
Diffstat (limited to 'lib/sqlalchemy/testing')
-rw-r--r--lib/sqlalchemy/testing/suite/test_types.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/suite/test_types.py b/lib/sqlalchemy/testing/suite/test_types.py
index e419fb450..83aac2850 100644
--- a/lib/sqlalchemy/testing/suite/test_types.py
+++ b/lib/sqlalchemy/testing/suite/test_types.py
@@ -495,7 +495,6 @@ class NumericTest(_LiteralRoundTripFixture, fixtures.TestBase):
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.