Skip to content
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

python3Packages.sentry-sdk: disable tests #169414

Merged
merged 2 commits into from
Apr 23, 2022

Conversation

gador
Copy link
Member

@gador gador commented Apr 20, 2022

Description of changes

disable tests in the wake of Flask and Werkzeug update. Also disable failing tests on non-x86_64-linux architecture.

Fixes #169130

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • 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/)
  • 22.05 Release Notes (or backporting 21.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
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

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 nixpkgs-review run on x86_64-linux 1

3 packages marked as broken and skipped:
  • python39Packages.spacy
  • python39Packages.spacy-transformers
  • python39Packages.textacy
3 packages failed to build and already failed to build on hydra master:
  • alerta-server: log was empty
  • gns3-gui: log was empty
  • gns3-server: log was empty
11 packages built:
  • cura
  • home-assistant-component-tests.sentry
  • moodle-dl
  • moz-phab
  • netbox
  • openai (python39Packages.openai)
  • python39Packages.django-rq
  • python39Packages.sentry-sdk
  • python39Packages.spacy-loggers
  • python39Packages.wandb
  • tribler

disable tests in the wake of Flask and Werkzeug update

Signed-off-by: Florian Brandes <[email protected]>
@gador
Copy link
Member Author

gador commented Apr 20, 2022

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 nixpkgs-review pr 169414 run on aarch64-linux 1

6 packages failed to build and already failed to build on hydra master:
  • alerta-server: log was empty
  • gns3-gui: log was empty
  • gns3-server: log was empty
  • openai: log was empty
  • python39Packages.spacy-loggers: log was empty
  • python39Packages.wandb: log was empty
2 packages failed to build and are new build failures:
  • netbox: log was empty
  • (python39Packages.openai): log was empty
7 packages built:
  • cura
  • home-assistant-component-tests.sentry
  • moodle-dl
  • moz-phab
  • python39Packages.django-rq
  • python39Packages.sentry-sdk
  • tribler

@gador gador requested a review from SuperSandro2000 April 21, 2022 18:12
@gador
Copy link
Member Author

gador commented Apr 22, 2022

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 nixpkgs-review pr 169414 run on aarch64-linux 1

6 packages failed to build and already failed to build on hydra master:
  • alerta-server: log was empty
  • gns3-gui: log was empty
  • gns3-server: log was empty
  • openai: log was empty
  • python39Packages.spacy-loggers: log was empty
  • python39Packages.wandb: log was empty
2 packages failed to build and are new build failures:
  • netbox: log was empty
  • (python39Packages.openai): log was empty
7 packages built:
  • cura
  • home-assistant-component-tests.sentry
  • moodle-dl
  • moz-phab
  • python39Packages.django-rq
  • python39Packages.sentry-sdk
  • tribler

@gador gador requested a review from SuperSandro2000 April 22, 2022 10:13
Copy link
Member

@fabaff fabaff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@fabaff fabaff dismissed SuperSandro2000’s stale review April 23, 2022 10:24

Comment was addressed

@fabaff fabaff merged commit 9ae23ec into NixOS:master Apr 23, 2022
@gador gador deleted the sentry-sdk-dissable-failing-tests branch April 23, 2022 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python39Packages.sentry-sdk build failure on x86_64-linux as of 891d0226
3 participants