Skip to content

Commit e2083bd

Browse files
committed
chore: remove unused request
1 parent 7366e64 commit e2083bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/common/test_ints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def test_outside_int64_uint64_range(all_parsers, val, request):
220220
@pytest.mark.parametrize(
221221
"val", [np.iinfo(np.uint64).max + 1, np.iinfo(np.int64).min - 1]
222222
)
223-
def test_outside_int64_uint64_range_follow_str(all_parsers, val, request):
223+
def test_outside_int64_uint64_range_follow_str(all_parsers, val):
224224
parser = all_parsers
225225

226226
result = parser.read_csv(StringIO(f"{val}\nabc"), header=None)

0 commit comments

Comments
 (0)