@@ -1979,24 +1979,8 @@ def create_zarr_target(self):
1979
1979
yield tmp
1980
1980
1981
1981
1982
- class ScipyWriteBase (CFEncodedBase , NetCDF3Only ):
1983
- def test_append_write (self ):
1984
- import scipy
1985
-
1986
- if scipy .__version__ == "1.0.1" :
1987
- pytest .xfail ("https://github.com/scipy/scipy/issues/8625" )
1988
- super ().test_append_write ()
1989
-
1990
- def test_append_overwrite_values (self ):
1991
- import scipy
1992
-
1993
- if scipy .__version__ == "1.0.1" :
1994
- pytest .xfail ("https://github.com/scipy/scipy/issues/8625" )
1995
- super ().test_append_overwrite_values ()
1996
-
1997
-
1998
1982
@requires_scipy
1999
- class TestScipyInMemoryData (ScipyWriteBase ):
1983
+ class TestScipyInMemoryData (CFEncodedBase , NetCDF3Only ):
2000
1984
engine = "scipy"
2001
1985
2002
1986
@contextlib .contextmanager
@@ -2017,7 +2001,7 @@ def test_bytes_pickle(self):
2017
2001
2018
2002
2019
2003
@requires_scipy
2020
- class TestScipyFileObject (ScipyWriteBase ):
2004
+ class TestScipyFileObject (CFEncodedBase , NetCDF3Only ):
2021
2005
engine = "scipy"
2022
2006
2023
2007
@contextlib .contextmanager
@@ -2050,7 +2034,7 @@ def test_pickle_dataarray(self):
2050
2034
2051
2035
2052
2036
@requires_scipy
2053
- class TestScipyFilePath (ScipyWriteBase ):
2037
+ class TestScipyFilePath (CFEncodedBase , NetCDF3Only ):
2054
2038
engine = "scipy"
2055
2039
2056
2040
@contextlib .contextmanager
@@ -3317,7 +3301,7 @@ def test_session(self):
3317
3301
3318
3302
@requires_scipy
3319
3303
@requires_pynio
3320
- class TestPyNio (ScipyWriteBase ):
3304
+ class TestPyNio (CFEncodedBase , NetCDF3Only ):
3321
3305
def test_write_store (self ):
3322
3306
# pynio is read-only for now
3323
3307
pass
0 commit comments