Skip to content

Commit be5eb84

Browse files
committed
Remove fixture
1 parent eba6e04 commit be5eb84

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pandas/conftest.py

-16
Original file line numberDiff line numberDiff line change
@@ -1347,22 +1347,6 @@ def any_signed_nullable_int_dtype(request):
13471347
return request.param
13481348

13491349

1350-
@pytest.fixture(params=tm.SIGNED_EA_INT_DTYPES + tm.FLOAT_EA_DTYPES)
1351-
def any_signed_nullable_numeric_dtype(request):
1352-
"""
1353-
Parameterized fixture for any signed nullable integer dtype
1354-
and float ea dtypes.
1355-
1356-
* 'Int8'
1357-
* 'Int16'
1358-
* 'Int32'
1359-
* 'Int64'
1360-
* 'Float32'
1361-
* 'Float64'
1362-
"""
1363-
return request.param
1364-
1365-
13661350
@pytest.fixture(params=tm.ALL_REAL_DTYPES)
13671351
def any_real_dtype(request):
13681352
"""

0 commit comments

Comments
 (0)