summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/fsspec (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.fsspec: 0.8.3 -> 2021.04.0•••other changes: - disable test exemption for a bug that a comment claims is no longer valid. Noah D. Brenowitz2021-04-221-11/+13
* python3Packages.fsspec: fix tests on linux•••Disables flaky test. Has been resolved in https://github.com/intake/filesystem_spec/issues/432 and can thus be enabled again starting from version `0.8.4`. Thibault Gagnaux2020-10-071-2/+5
* 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 Gagnaux2020-09-301-2/+7
* 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 ``` Thibault Gagnaux2020-09-291-2/+2
* python3Packages.fsspec: fix tests on darwin, 0.7.4 -> 0.8.3Thibault Gagnaux2020-09-271-2/+6
* python3.pkgs.fsspec: fix buildFrederik Rietdijk2020-06-201-7/+11
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* Merge branch 'master' of github.com:NixOS/nixpkgs into staging-nextJonathan Ringer2019-12-301-9/+17
|\
| * python3Packages.fsspec: 0.5.2 -> 0.6.2 enable testsChris Ostrouchov2019-12-301-12/+20
* | python: fsspec: 0.5.2 -> 0.6.2Frederik Rietdijk2019-12-301-2/+2
|/
* python: fsspec: 0.4.5 -> 0.5.2Frederik Rietdijk2019-10-271-2/+2
* python: fsspec: 0.4.1 -> 0.4.5Frederik Rietdijk2019-10-181-2/+2
* pythonPackages.fsspec: init at 0.4.1Wael M. Nasreddine2019-08-081-0/+26