nixpkgs/pkgs
Thibault Gagnaux e749451470 python3Packages.fsspec: fix tests on darwin
Disables the `test_touch` test which fails with the following assertion error on hydra darwin only:
```
tmpdir = local('/private/tmp/nix-build-python3.8-fsspec-0.8.3.drv-0/pytest-of-nixbld3/pytest-0/test_touch0')

    def test_touch(tmpdir):
        import time

        fn = tmpdir + "/in/file"
        fs = fsspec.filesystem("file", auto_mkdir=False)
        with pytest.raises(OSError):
            fs.touch(fn)
        fs = fsspec.filesystem("file", auto_mkdir=True)
        fs.touch(fn)
        info = fs.info(fn)
        time.sleep(0.2)
        fs.touch(fn)
        info2 = fs.info(fn)
        if not WIN:
>           assert info2["mtime"] > info["mtime"]
E           assert 1601358357.0 > 1601358357.0

fsspec/implementations/tests/test_local.py:322: AssertionError
```
2020-09-29 05:53:10 -07:00
..
applications iptraf: mark as broken 2020-09-29 05:45:04 -07:00
build-support Merge pull request #99050 from lopsided98/buildrustcrate-cross 2020-09-29 00:13:26 -04:00
common-updater
data all-cabal-hashes: update to Hackage at 2020-09-25T08:31:15Z 2020-09-25 21:10:38 +02:00
desktops Merge pull request #98896 from romildo/upd.efl 2020-09-28 09:04:45 -03:00
development python3Packages.fsspec: fix tests on darwin 2020-09-29 05:53:10 -07:00
games megaglest: use libvlc 2020-09-26 05:50:24 -05:00
misc vscode-extensions.metals: 1.9.0 -> 1.9.4 2020-09-27 11:49:05 -07:00
os-specific Merge pull request #99041 from srid/patch-1 2020-09-29 08:38:11 -04:00
pkgs-lib
servers Merge pull request #98900 from r-ryantm/auto-update/tegola 2020-09-28 18:37:22 -05:00
shells oh-my-zsh: 2020-09-20 -> 2020-09-29 2020-09-29 08:36:32 -04:00
stdenv Merge pull request #76794 from dudebout/document-nix-env-multiple-output-install-bug 2020-09-05 15:40:26 +02:00
test tests.haskell-shellFor: get compiling again 2020-09-25 21:08:23 +02:00
tools Merge pull request #82224 from caadar/ssh-askpass-fullscreen 2020-09-28 20:43:05 -07:00
top-level Merge pull request #98792 from NixOS/kevincox-b2 2020-09-29 13:21:38 +02:00