Skip to content

Migrate packages from nosetests#311056

Merged
mweinelt merged 4 commits intoNixOS:masterfrom
mweinelt:pull-that-nose
May 12, 2024
Merged

Migrate packages from nosetests#311056
mweinelt merged 4 commits intoNixOS:masterfrom
mweinelt:pull-that-nose

Conversation

@mweinelt
Copy link
Member

@mweinelt mweinelt commented May 12, 2024

Description of changes

#311054

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label May 12, 2024
@ofborg ofborg bot added the 8.has: package (new) This PR adds a new package label May 12, 2024
@ofborg ofborg bot requested review from AndersonTorres and thelegy May 12, 2024 13:28
@ofborg ofborg bot added 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. labels May 12, 2024
@ofborg ofborg bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. and removed 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. labels May 12, 2024
@mweinelt
Copy link
Member Author

Result of nixpkgs-review pr 311056 run on x86_64-linux 1

2 packages marked as broken and skipped:
  • irrd
  • irrd.dist
18 packages failed to build:
  • python311Packages.orange-canvas-core
  • python311Packages.orange-canvas-core.dist
  • python311Packages.orange-widget-base
  • python311Packages.orange-widget-base.dist
  • python311Packages.orange3
  • python311Packages.orange3.dist
  • python311Packages.pytest-postgresql
  • python311Packages.pytest-postgresql.dist
  • python312Packages.bugwarrior
  • python312Packages.bugwarrior.dist
  • python312Packages.orange-canvas-core
  • python312Packages.orange-canvas-core.dist
  • python312Packages.orange-widget-base
  • python312Packages.orange-widget-base.dist
  • python312Packages.pytest-postgresql
  • python312Packages.pytest-postgresql.dist
  • python312Packages.salmon-mail
  • python312Packages.salmon-mail.dist
77 packages built:
  • ansible-navigator (python311Packages.ansible-navigator)
  • ansible-navigator.dist (python311Packages.ansible-navigator.dist)
  • botamusique
  • deja-dup
  • duplicity
  • duplicity.dist
  • duply
  • esphome
  • esphome.dist
  • evdevremapkeys
  • evdevremapkeys.dist
  • hddfancontrol
  • hddfancontrol.dist
  • keepkey-agent (python311Packages.keepkey-agent)
  • keepkey-agent.dist (python311Packages.keepkey-agent.dist)
  • ledger-agent (python311Packages.ledger-agent)
  • ledger-agent.dist (python311Packages.ledger-agent.dist)
  • luigi
  • luigi.dist
  • onlykey-agent
  • onlykey-agent.dist
  • platformio
  • platformio-core
  • platformio-core.dist
  • platformio-core.udev
  • pyrosimple
  • pyrosimple.dist
  • python311Packages.ansible-kernel
  • python311Packages.ansible-kernel.dist
  • python311Packages.ansible-runner
  • python311Packages.ansible-runner.dist
  • python311Packages.bugwarrior
  • python311Packages.bugwarrior.dist
  • python311Packages.hid
  • python311Packages.hid.dist
  • python311Packages.libagent
  • python311Packages.libagent.dist
  • python311Packages.lockfile
  • python311Packages.lockfile.dist
  • python311Packages.mirakuru
  • python311Packages.mirakuru.dist
  • python311Packages.opuslib
  • python311Packages.opuslib.dist
  • python311Packages.pymumble
  • python311Packages.pymumble.dist
  • python311Packages.python-daemon
  • python311Packages.python-daemon.dist
  • python311Packages.python-fedora
  • python311Packages.python-fedora.dist
  • python311Packages.salmon-mail
  • python311Packages.salmon-mail.dist
  • trezor-agent (python311Packages.trezor-agent)
  • trezor-agent.dist (python311Packages.trezor-agent.dist)
  • python312Packages.ansible-runner
  • python312Packages.ansible-runner.dist
  • python312Packages.hid
  • python312Packages.hid.dist
  • python312Packages.keepkey-agent
  • python312Packages.keepkey-agent.dist
  • python312Packages.ledger-agent
  • python312Packages.ledger-agent.dist
  • python312Packages.libagent
  • python312Packages.libagent.dist
  • python312Packages.lockfile
  • python312Packages.lockfile.dist
  • python312Packages.mirakuru
  • python312Packages.mirakuru.dist
  • python312Packages.opuslib
  • python312Packages.opuslib.dist
  • python312Packages.pymumble
  • python312Packages.pymumble.dist
  • python312Packages.python-daemon
  • python312Packages.python-daemon.dist
  • python312Packages.trezor-agent
  • python312Packages.trezor-agent.dist
  • qmk
  • qmk.dist

@mweinelt mweinelt merged commit 3cec523 into NixOS:master May 12, 2024
@mweinelt mweinelt deleted the pull-that-nose branch May 12, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant