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: 41d8b21181ef
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f9714fdceab5
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 29, 2018

  1. pythonPackages.fs-s3fs: init at 1.0.0

    `fs` is a python-based file system abstraction layer. The new package
    `fs-s3fs` is an implementation of it which stores files inside an S3
    bucket.
    Ma27 committed Nov 29, 2018
    Copy the full SHA
    fd08b98 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.pyftpdlib: skip tests

    Although the tests are passing locally, it seems as the excessive
    filesystem usage causes several build failures and timeouts in the Hydra
    and OfBorg infrastructure:
    
    * https://hydra.nixos.org/build/84374861 (python3 on linux.x86_64)
    * https://hydra.nixos.org/build/84368459 (python2 on linux.x86_64)
    
    Some of these tests are failing after several seconds though, but I
    couldn't identify a pattern and I'm not overly surprised that a FTP
    library has impure tests. However the API seems to be usable in a Python
    {2,3} environment, so it should be safe to use even with disabled tests.
    Ma27 committed Nov 29, 2018
    Copy the full SHA
    9d2160e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #50471 from Ma27/package-python-fs-s3-support

    pythonPackages.fs-s3fs: init at 1.0.0
    worldofpeace committed Nov 29, 2018
    Copy the full SHA
    f9714fd View commit details
    Browse the repository at this point in the history