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

pythonPackages.pytest_3: drop #66376

Merged
merged 9 commits into from Aug 13, 2019
Merged

pythonPackages.pytest_3: drop #66376

merged 9 commits into from Aug 13, 2019

Conversation

marsam
Copy link
Contributor

@marsam marsam commented Aug 9, 2019

Motivation for this change

See: #64445 (comment)

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @FRidh


propagatedBuildInputs = [
scipy
];

# Does not support pytest 4 https://github.com/carsonfarmer/fastpair/issues/14
doCheck = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

:(

@risicle
Copy link
Contributor

risicle commented Aug 10, 2019

Sigh. WFM on macos 10.13.

I guess.

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

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

nix-review passes on NixOS (1 broken on master)
diff LGTM
most binaries seem to work

[22 built (1 failed), 64 copied (129.0 MiB), 41.5 MiB DL]
error: build of '/nix/store/c72p5sradqfdlz9q4gxdc39yys1gwby0-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/66376
1 package failed to build:
python37Packages.sunpy

18 package were build:
bonfire datasette python27Packages.click-default-group python27Packages.fastpair python27Packages.modeled python27Packages.moretools python27Packages.robotframework-tools python27Packages.zeep python27Packages.zetup python37Packages.click-default-group python37Packages.fastpair python37Packages.matchpy python37Packages.modeled python37Packages.moretools python37Packages.pysonos python37Packages.robotframework-tools python37Packages.zeep python37Packages.zetup

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

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

not related to your changes, but can you change bonfire and datasette to using python2, i get this error when trying to run them:

[nix-shell:~/.cache/nix-review/pr-66376-1]$ ./results/bonfire/bin/bonfire
Error in sitecustomize; set PYTHONVERBOSE for traceback:
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.
...
[nix-shell:~/.cache/nix-review/pr-66376-1]$ ./results/bonfire/bin/bonfire
Error in sitecustomize; set PYTHONVERBOSE for traceback:
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.
...

@FRidh FRidh merged commit c0dc032 into NixOS:master Aug 13, 2019
@FRidh
Copy link
Member

FRidh commented Aug 13, 2019

Thanks!

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.

None yet

4 participants