We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba6e04 commit be5eb84Copy full SHA for be5eb84
pandas/conftest.py
@@ -1347,22 +1347,6 @@ def any_signed_nullable_int_dtype(request):
1347
return request.param
1348
1349
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
1366
@pytest.fixture(params=tm.ALL_REAL_DTYPES)
1367
def any_real_dtype(request):
1368
"""
0 commit comments