Skip to content

Commit be7485f

Browse files
committed
PEP: for for json skiptest
1 parent 4556957 commit be7485f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/tests/json/test_pandas.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,8 @@ def test_latin_encoding(self):
969969
return
970970

971971
# GH 13774
972-
raise nose.SkipTest("encoding not implemented in .to_json(), xref #13774")
972+
raise nose.SkipTest("encoding not implemented in .to_json(), "
973+
"xref #13774")
973974

974975
values = [[b'E\xc9, 17', b'', b'a', b'b', b'c'],
975976
[b'E\xc9, 17', b'a', b'b', b'c'],
@@ -1006,6 +1007,5 @@ def roundtrip(s, encoding='latin-1'):
10061007

10071008

10081009
if __name__ == '__main__':
1009-
import nose
10101010
nose.runmodule(argv=[__file__, '-vvs', '-x', '--pdb',
10111011
'--pdb-failure', '-s'], exit=False)

0 commit comments

Comments
 (0)