mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
python3Packages.pandas: fix tests
This commit is contained in:
parent
fb67994b6b
commit
8ba1cd2e10
@ -113,6 +113,8 @@ in buildPythonPackage rec {
|
|||||||
# Fails with 1.0.5
|
# Fails with 1.0.5
|
||||||
"test_constructor_list_frames"
|
"test_constructor_list_frames"
|
||||||
"test_constructor_with_embedded_frames"
|
"test_constructor_with_embedded_frames"
|
||||||
|
# tries to import compiled C extension locally
|
||||||
|
"test_missing_required_dependency"
|
||||||
] ++ optionals isDarwin [
|
] ++ optionals isDarwin [
|
||||||
"test_locale"
|
"test_locale"
|
||||||
"test_clipboard"
|
"test_clipboard"
|
||||||
@ -120,6 +122,7 @@ in buildPythonPackage rec {
|
|||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
|
PYTHONPATH=$out/${python.sitePackages}:$PYTHONPATH
|
||||||
''
|
''
|
||||||
# TODO: Get locale and clipboard support working on darwin.
|
# TODO: Get locale and clipboard support working on darwin.
|
||||||
# Until then we disable the tests.
|
# Until then we disable the tests.
|
||||||
|
Loading…
Reference in New Issue
Block a user