diff --git a/.github/workflows/python-dev.yml b/.github/workflows/python-dev.yml index 0881336664efc..96bc5664937a5 100644 --- a/.github/workflows/python-dev.yml +++ b/.github/workflows/python-dev.yml @@ -57,7 +57,7 @@ jobs: - name: Test with pytest run: | - ci/run_tests.sh + coverage run -m pytest -m "not slow and not network and not clipboard" pandas # GH 41935 continue-on-error: true diff --git a/pandas/tests/io/json/test_pandas.py b/pandas/tests/io/json/test_pandas.py index d97ba8694818b..3ac1baf78305e 100644 --- a/pandas/tests/io/json/test_pandas.py +++ b/pandas/tests/io/json/test_pandas.py @@ -11,7 +11,6 @@ from pandas.compat import ( IS64, - PY310, is_platform_windows, ) import pandas.util._test_decorators as td @@ -1178,7 +1177,6 @@ def test_sparse(self): expected = s.to_json() assert expected == ss.to_json() - @pytest.mark.skipif(PY310, reason="segfault GH 42130") @pytest.mark.parametrize( "ts", [ @@ -1196,7 +1194,6 @@ def test_tz_is_utc(self, ts): dt = ts.to_pydatetime() assert dumps(dt, iso_dates=True) == exp - @pytest.mark.skipif(PY310, reason="segfault GH 42130") @pytest.mark.parametrize( "tz_range", [