-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
python3Packages.tsfresh: init at 0.17.0 #102455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Result of 2 packages failed to build:
|
logs
|
@SuperSandro2000 it looks like the problem comes from |
Fails to build on darwin:
|
Result of 2 packages built:
|
] ++ ( | ||
stdenv.lib.optional | ||
stdenv.isDarwin | ||
"--ignore=tests/units/utilities/test_distribution.py" | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my preference
] ++ ( | |
stdenv.lib.optional | |
stdenv.isDarwin | |
"--ignore=tests/units/utilities/test_distribution.py" | |
); | |
] ++ stdenv.lib.optionals stdenv.isDarwin [ | |
"--ignore=tests/units/utilities/test_distribution.py" | |
]; |
distributed | ||
]; | ||
|
||
meta = with stdenv.lib; { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta = with stdenv.lib; { | |
meta = with lib; { |
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 2 packages built:
|
I marked this as stale due to inactivity. → More info |
homepage = "https://github.com/blue-yonder/tsfresh"; | ||
license = licenses.mit; | ||
maintainers = with maintainers; [ evax ]; | ||
platforms = platforms.unix; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
platforms = platforms.unix; |
We no longer set this for buildPythonPackage except if it is not unix.
pytestFlagsArray = [ | ||
"tests/" | ||
"--ignore=tests/integrations" | ||
] ++ lib.optionals stdenv.isDarwin [ | ||
"--ignore=tests/units/utilities/test_distribution.py" | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the new pytestCheckHook flags.
|
||
checkInputs = [ | ||
pytestCheckHook | ||
pytestcov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pytestcov |
I marked this as stale due to inactivity. → More info |
Closing due to inactivity from author. |
Motivation for this change
Time Series Feature extraction based on scalable hypothesis tests
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)