Skip to content

Commit 4c1ca12

Browse files
author
y-p
committed
TST: bring back disabled tests in test_to_csv_moar after GH3173
1 parent 9974e63 commit 4c1ca12

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pandas/tests/test_frame.py

+2-6
Original file line numberDiff line numberDiff line change
@@ -4621,12 +4621,8 @@ def stuple_to_tuple(x):
46214621
_do_test(mkdf(nrows, ncols,r_idx_type='dt',
46224622
c_idx_type='s'),path, 'dt','s')
46234623

4624-
# pending GH3173
4625-
# for r_idx_type in ['i', 'f','s','u']:
4626-
# for c_idx_type in ['i', 'f','s','u','dt']:
4627-
4628-
for r_idx_type in ['i','s','u']:
4629-
for c_idx_type in ['i', 's','u','dt']:
4624+
for r_idx_type in ['i', 'f','s','u']:
4625+
for c_idx_type in ['i', 'f','s','u','dt']:
46304626
for ncols in [1,2,128]:
46314627
base = int((chunksize// ncols or 1) or 1)
46324628
for nrows in [2,10,N-1,N,N+1,N+2,2*N-2,2*N-1,2*N,2*N+1,2*N+2,

0 commit comments

Comments
 (0)