Skip to content

Commit 52aedc5

Browse files
committed
Deactivate 'unicode' fixture
1 parent 5bc4ef8 commit 52aedc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_strings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def all_string_methods(request):
8585

8686
_all_allowed_skipna_inferred_dtypes = [
8787
('string', ['a', np.nan, 'c']),
88-
('unicode' if not PY3 else 'string', ['á', np.nan, 'c']),
88+
# ('unicode' if not PY3 else 'string', ['á', np.nan, 'c']),
8989
('bytes' if PY3 else 'string', [b'a', np.nan, b'c']),
9090
('empty', [np.nan, np.nan, np.nan]),
9191
('mixed-integer', ['a', np.nan, 2]),

0 commit comments

Comments
 (0)