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: 701a6aaeec7c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5380555efb9a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 30, 2020

  1. python3Packages.fsspec: fix tests on linux

    Hydra fails with a `DirectoryError: [Errno 21] Is a directory: '/build/source/fsspec/tests/__pycache__'`.
    I suspect that both drvs `python37Packages.fsspec` and `python38Packages.fsspec` share the same folder
    `'/build/source/fsspec/tests/__pycache__'` which leads to problems. To fix it I just let each drvs run in a
    tmp directory using `pytestFlagsArray = [ "--rootdir=$(mktemp -d)" ];`.
    Thibault Gagnaux authored and Jon committed Sep 30, 2020
    Copy the full SHA
    5380555 View commit details
    Browse the repository at this point in the history