Skip to content

Commit b9a6d54

Browse files
author
IlyaFaer
committed
Revert "skip numeric"
This reverts commit 976b730.
1 parent 35c9342 commit b9a6d54

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/test_suite.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
import decimal
1817
import operator
19-
import os
2018
import pytest
19+
import decimal
2120
import pytz
2221

2322
import sqlalchemy
@@ -1009,10 +1008,6 @@ def test_text_roundtrip(self):
10091008
eq_(row, ("some text",))
10101009

10111010

1012-
@pytest.mark.skipif(
1013-
os.getenv("SPANNER_EMULATOR_HOST"),
1014-
reason="Numeric type isn't supported by emulator yet",
1015-
)
10161011
class NumericTest(_NumericTest):
10171012
@emits_warning(r".*does \*not\* support Decimal objects natively")
10181013
def test_render_literal_numeric(self):

0 commit comments

Comments
 (0)