-
-
Notifications
You must be signed in to change notification settings - Fork 17.7k
swh: unbreak #458890
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
Closed
Closed
swh: unbreak #458890
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
1f65347
python3Packages.swh-web-client: relax python dependency, disable test…
drupol 8dbd385
python3Packages.swh-storage: disable failing tests, unbreak
drupol e0b84e6
python3Packages.swh-scheduler: disable failing tests, unbreak
drupol cd91d4b
python3Packages.swh-scanner: remove obsolete patch, disable failing t…
drupol d83390d
python3Packages.swh-core: relax dependency, disable failing test, unb…
drupol File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,15 +36,6 @@ buildPythonPackage rec { | |
| hash = "sha256-baUUuYFapBD7iuDaDP8CSR9f4glVZcS5qBpZddVf7z8="; | ||
| }; | ||
|
|
||
| patches = [ | ||
| # To be removed at the next release | ||
| # See https://gitlab.softwareheritage.org/swh/devel/swh-scanner/-/merge_requests/160 | ||
| (fetchpatch { | ||
| url = "https://gitlab.softwareheritage.org/swh/devel/swh-scanner/-/commit/0eb273475826b0074844c7619b767c052562cfe4.patch"; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That patch is in upstream's main branch but hasn't made it to any release yet. The only reason we can remove it is that the tests are now disabled. |
||
| hash = "sha256-i3hpaQJmHpIYgix+/npICQGtJ/IKVRXcCTm2O1VsR9M="; | ||
| }) | ||
| ]; | ||
|
|
||
| build-system = [ | ||
| setuptools | ||
| setuptools-scm | ||
|
|
@@ -78,6 +69,8 @@ buildPythonPackage rec { | |
| disabledTestPaths = [ | ||
| # pytestRemoveBytecodePhase fails with: "error (ignored): error: opening directory "/tmp/nix-build-python3.12-swh-scanner-0.8.3.drv-5/build/pytest-of-nixbld/pytest-0/test_randomdir_policy_info_cal0/big-directory/dir/dir/dir/ ......" | ||
| "swh/scanner/tests/test_policy.py" | ||
| # TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr' | ||
| "swh/scanner/tests/test_cli.py" | ||
| ]; | ||
|
|
||
| meta = { | ||
|
|
||
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
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
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
Oops, something went wrong.
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.
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.
Could be removed when #454434 is merged