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: 9551f011b7f9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6b60c067e18f
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 27, 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.
    
    (cherry picked from commit 6ae3cb4)
    veprbl authored and FRidh committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    6b60c06 View commit details
    Browse the repository at this point in the history