Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 8afb3b68b7cf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e438125d9791
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 26, 2018

  1. pythonPackages.pyarrow: fix running tests on hydra

    This replaces standard checkPhase using setup.py that uses pytest-runner
    with an explicit call to pytest. One reason to do that is because
    setup.py triggers another rebuild when asked to do "test". Another
    reason is that there seems to be a conflict between possible imports for
    pyarrow: `pwd`/pyarrow vs $out/pyarrow. By some unknown reason this
    triggers an import error on hydra and ofborg, but not on my machine. The
    solution here is to remove `pwd`/pyarrow, keep the tests and use direct
    call to pytest (setup.py needs `pwd`/pyarrow). The added benefit is that
    we are now testing what is installed in $out.
    veprbl committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    6ae3cb4 View commit details
    Browse the repository at this point in the history
  2. pyarrow: disable jvm test

    veprbl committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    e76082a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49130 from veprbl/pr/pyarrow_darwin_hydra_fix

    pythonPackages.pyarrow: fix running tests on hydra
    Mic92 committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    e438125 View commit details
    Browse the repository at this point in the history