diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2018-01-04 16:29:27 -0500 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci.zzzcomputing.com> | 2018-01-04 16:29:27 -0500 |
| commit | 2c713b58179ee160f38f6bc7c88a7748fee48bc1 (patch) | |
| tree | b46402db2fdac1c0454ccb0b8f40267027089753 /lib/sqlalchemy | |
| parent | 1ac897bc5ec09ec7d050319fcc26f218823564d8 (diff) | |
| parent | 1071c3040c9adde19ea587265198921c69694925 (diff) | |
| download | sqlalchemy-2c713b58179ee160f38f6bc7c88a7748fee48bc1.tar.gz | |
Merge "Remove cx_oracle test rule from requirements"
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/testing/suite/test_types.py | 1 |
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. |
