python3Packages.scikit-fuzzy: unstable-2022-11-07 -> unstable-2023-09-14#330854
Merged
SuperSandro2000 merged 1 commit intoNixOS:masterfrom Aug 22, 2024
Merged
python3Packages.scikit-fuzzy: unstable-2022-11-07 -> unstable-2023-09-14#330854SuperSandro2000 merged 1 commit intoNixOS:masterfrom
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
Conversation
Member
Author
|
@emilazy getting this weird build failure from the checkPhase |
Member
|
Looks like some issue with running tests out of tree. It’s beyond my expertise without doing a bunch of digging; hopefully someone else can take a look. |
lavafroth
approved these changes
Jul 29, 2024
Contributor
|
I'll look at the build failures. Looks good otherwise. |
Contributor
|
I figured, we gotta remove the build dir during the checkPhase. I added the following: checkPhase = ''
rm -rf build
''; |
b144c46 to
ed9d572
Compare
bcdarwin
reviewed
Jul 29, 2024
ed9d572 to
72ddb48
Compare
Contributor
|
I guess that'd be more appropriate, yeah. Also, I just tested that we can run `pytest skfuzzy` in the checkPhase to point to the appropriate directory.
|
Member
The current version using |
bcdarwin
reviewed
Jul 29, 2024
bcdarwin
approved these changes
Jul 29, 2024
jopejoe1
reviewed
Jul 29, 2024
72ddb48 to
f89a28b
Compare
emilazy
previously requested changes
Aug 9, 2024
f89a28b to
ed734e5
Compare
Member
Author
|
done |
Member
|
@ofborg build python312Packages.scikit-fuzzy python312Packages.intensity-normalization |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.