pythonPackages.pandas_17: init at 0.17.1
This commit is contained in:
parent
8585441ae5
commit
efd6e1884c
@ -14570,7 +14570,7 @@ in modules // {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pandas = let
|
pandas_17 = let
|
||||||
inherit (pkgs.stdenv.lib) optional optionalString;
|
inherit (pkgs.stdenv.lib) optional optionalString;
|
||||||
inherit (pkgs.stdenv) isDarwin;
|
inherit (pkgs.stdenv) isDarwin;
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
@ -14585,16 +14585,14 @@ in modules // {
|
|||||||
buildInputs = with self; [ nose ] ++ optional isDarwin pkgs.libcxx;
|
buildInputs = with self; [ nose ] ++ optional isDarwin pkgs.libcxx;
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
dateutil
|
dateutil
|
||||||
numpy
|
scipy_0_17
|
||||||
scipy
|
|
||||||
numexpr
|
numexpr
|
||||||
pytz
|
pytz
|
||||||
xlrd
|
xlrd
|
||||||
bottleneck
|
bottleneck
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
lxml
|
lxml
|
||||||
# Disabling this because an upstream dependency, pep8, is broken on v3.5.
|
html5lib
|
||||||
(if isPy35 then null else html5lib)
|
|
||||||
modules.sqlite3
|
modules.sqlite3
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
] ++ optional isDarwin pkgs.darwin.locale; # provides the locale command
|
] ++ optional isDarwin pkgs.darwin.locale; # provides the locale command
|
||||||
@ -14630,7 +14628,7 @@ in modules // {
|
|||||||
runHook preCheck
|
runHook preCheck
|
||||||
# The flag `-A 'not network'` will disable tests that use internet.
|
# The flag `-A 'not network'` will disable tests that use internet.
|
||||||
# The `-e` flag disables a few problematic tests.
|
# The `-e` flag disables a few problematic tests.
|
||||||
${python.executable} setup.py nosetests -A 'not network' --stop \
|
${python.executable} setup.py nosetests -A 'not slow and not network' --stop \
|
||||||
-e '${concatStringsSep "|" testsToSkip}' --verbosity=3
|
-e '${concatStringsSep "|" testsToSkip}' --verbosity=3
|
||||||
|
|
||||||
runHook postCheck
|
runHook postCheck
|
||||||
|
Loading…
x
Reference in New Issue
Block a user