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.hypothesis: 3.79.3 -> 3.81.0 #49393

Closed
wants to merge 1 commit into from

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Oct 29, 2018

  • 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 nox --run "nox-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)
  • Fits CONTRIBUTING.md.

@FRidh
Copy link
Member

FRidh commented Oct 29, 2018

@GrahamcOfBorg build python2Packages.hypothesis python3Packages.hypothesis python2Packages.pytest python3Packages.pytest

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: python2Packages.hypothesis, python3Packages.hypothesis, python2Packages.pytest, python3Packages.pytest

Partial log (click to expand)

cannot build derivation '/nix/store/8m38j2x563fpkhv22m4vgarq7h0acnn8-python3.7-mock-2.0.0.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/yv4rkgkf5178wm0pzy18zrn3vfd909f6-python2.7-hypothesis-3.81.0.drv': 15 dependencies couldn't be built
cannot build derivation '/nix/store/pkrn5kdhbwsh4ci8zjc55zfdg115nlrc-python3.7-pytest-3.9.2.drv': 17 dependencies couldn't be built
cannot build derivation '/nix/store/nrz8wwcqsbcmxphc4iq9s3ldcjh9b73z-python3.7-apipkg-1.5.drv': 9 dependencies couldn't be built
cannot build derivation '/nix/store/7x2pnznr2piznj4800pm8zfminvbsqfb-python3.7-flaky-3.1.0.drv': 9 dependencies couldn't be built
cannot build derivation '/nix/store/nx8lqnf6fx23km92cwyg1jdq0djx3y0i-python3.7-pytest-forked-0.2.drv': 9 dependencies couldn't be built
cannot build derivation '/nix/store/v1v6d7lawd3l1jjhcy2cgwz4jy0n9ghb-python3.7-execnet-1.4.1.drv': 10 dependencies couldn't be built
cannot build derivation '/nix/store/pim97ks8mgqhqrgprznqwcmhl2c1h04n-python3.7-pytest-xdist-1.23.2.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/xy5m993xc8w8a8ifam4np27nykjxi11l-python3.7-hypothesis-3.81.0.drv': 14 dependencies couldn't be built
error: build of '/nix/store/jfj3793apw3kh2bm0xi7jfz4wfafpfd5-python2.7-pytest-3.9.2.drv', '/nix/store/pkrn5kdhbwsh4ci8zjc55zfdg115nlrc-python3.7-pytest-3.9.2.drv', '/nix/store/xy5m993xc8w8a8ifam4np27nykjxi11l-python3.7-hypothesis-3.81.0.drv', '/nix/store/yv4rkgkf5178wm0pzy18zrn3vfd909f6-python2.7-hypothesis-3.81.0.drv' failed

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python2Packages.hypothesis, python3Packages.hypothesis, python2Packages.pytest, python3Packages.pytest

Partial log (click to expand)

2.71s call     hypothesis-python/tests/cover/test_simple_collections.py::test_dictionaries_of_fixed_length[7]
2.22s call     hypothesis-python/tests/cover/test_simple_collections.py::test_dictionaries_of_fixed_length[6]
2.17s call     hypothesis-python/tests/cover/test_simple_collections.py::test_sets_of_fixed_length[9]
2.14s call     hypothesis-python/tests/cover/test_composite.py::test_can_shrink_matrices_with_length_param
=================== 1751 passed, 6 skipped in 408.98 seconds ===================
pytestcachePhase
/nix/store/f30ny42s7xgpk7yiwnq9kydgk3xh31vw-python2.7-hypothesis-3.81.0
/nix/store/2fvk7r5s8gxwh2gbzvzbwbxbi9flavr0-python3.7-hypothesis-3.81.0
/nix/store/45gqzww20xm8qrcygh1nrglx6frcj5wv-python2.7-pytest-3.9.2
/nix/store/s79nshkadldnk3x18cj566lz6b484r40-python3.7-pytest-3.9.2

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2Packages.hypothesis, python3Packages.hypothesis, python2Packages.pytest, python3Packages.pytest

Partial log (click to expand)

1.32s call     hypothesis-python/tests/cover/test_charmap.py::test_reload_charmap
1.31s call     hypothesis-python/tests/cover/test_charmap.py::test_recreate_charmap
1.28s call     hypothesis-python/tests/cover/test_reproduce_failure.py::test_encoding_loop
1.18s call     hypothesis-python/tests/cover/test_charmap.py::test_regenerate_broken_charmap_file
=================== 1752 passed, 2 skipped in 171.59 seconds ===================
pytestcachePhase
/nix/store/b59yczpl33ww4i9knba4223mrmngxqci-python2.7-hypothesis-3.81.0
/nix/store/yv721fw6qg86h7h0ag6azz6gihpv4vda-python3.7-hypothesis-3.81.0
/nix/store/7h6n6avj9bhij8b278z13fgc4wsrr5w4-python2.7-pytest-3.9.2
/nix/store/sr5gf70s0ghw01wa5s5vsd056sm36lg6-python3.7-pytest-3.9.2

@dtzWill
Copy link
Member Author

dtzWill commented Oct 30, 2018 via email

@dtzWill
Copy link
Member Author

dtzWill commented Jan 5, 2019

Never versions are out, FWIW...

@dtzWill dtzWill closed this Jan 5, 2019
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

3 participants