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.histbook: init at 1.2.3 #47929

Merged
merged 1 commit into from Oct 13, 2018
Merged

Conversation

veprbl
Copy link
Member

@veprbl veprbl commented Oct 5, 2018

Motivation for this change
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 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.

@veprbl veprbl requested a review from FRidh as a code owner October 5, 2018 19:48
@veprbl
Copy link
Member Author

veprbl commented Oct 5, 2018

@GrahamcOfBorg build python2Packages.histbook python3Packages.histbook

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python2Packages.histbook, python3Packages.histbook

Partial log (click to expand)

test_name (tests.test_expr.TestExpr) ... ok
test_plusminus (tests.test_expr.TestExpr) ... ok
test_relation (tests.test_expr.TestExpr) ... ok
test_timesdiv (tests.test_expr.TestExpr) ... ok
test_unary_plusminus (tests.test_expr.TestExpr) ... ok

----------------------------------------------------------------------
Ran 62 tests in 0.271s

OK

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2Packages.histbook, python3Packages.histbook

Partial log (click to expand)

test_mul (tests.test_book.TestBook) ... ok
test_rmul (tests.test_book.TestBook) ... ok
test_views (tests.test_book.TestBook) ... ok

----------------------------------------------------------------------
Ran 62 tests in 0.309s

OK
/nix/store/73lszpr0mfza9iahmm01hrvdfkgfjyb6-python2.7-histbook-1.2.3
/nix/store/zxn7lswbx85h4283i32zaaa1fm7yyya0-python3.6-histbook-1.2.3

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: python2Packages.histbook, python3Packages.histbook

Partial log (click to expand)

  /nix/store/3pwdm1xqvyqj2y9hb0rvszj4jqjpdr2f-python3.6-pandas-0.23.4/lib/python3.6/site-packages/pandas/core/internals.py:312: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    return self.values[slicer]
  /nix/store/3pwdm1xqvyqj2y9hb0rvszj4jqjpdr2f-python3.6-pandas-0.23.4/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py:428: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
    result = getitem(key)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
 5 failed, 16897 passed, 1027 skipped, 11896 deselected, 37 xfailed, 2 xpassed, 10 warnings in 600.04 seconds
builder for '/nix/store/62v3rqb77cqxjrx6r7ln3fl3ii8yz885-python3.6-pandas-0.23.4.drv' failed with exit code 1
cannot build derivation '/nix/store/sfhya08smkhwl0w633786xyx85fq2ihw-python3.6-histbook-1.2.3.drv': 1 dependencies couldn't be built
error: build of '/nix/store/sfhya08smkhwl0w633786xyx85fq2ihw-python3.6-histbook-1.2.3.drv', '/nix/store/v2z0ky834l6lj3dwj6svs9kxqic23d7d-python2.7-histbook-1.2.3.drv' failed

@FRidh FRidh merged commit fcbec42 into NixOS:master Oct 13, 2018
@veprbl veprbl deleted the pr/histbook_init branch December 1, 2020 17:03
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