3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #10669 from FRidh/pandas

python pandas: disable specific test for darwin
This commit is contained in:
Domen Kožar 2015-10-28 14:06:39 +01:00
commit 61dd2058a0

View file

@ -11515,7 +11515,7 @@ let
# The flag `-A 'not network'` will disable tests that use internet.
# The `-e` flag disables a few problematic tests.
${python.executable} setup.py nosetests -A 'not network' --stop \
-e 'test_data|test_excel|test_html|test_json|test_frequencies|test_frame' --verbosity=3
-e 'test_data|test_excel|test_html|test_json|test_frequencies|test_frame|test_read_clipboard_infer_excel' --verbosity=3
runHook postCheck
'';