| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. Brenowitz | 2021-04-22 | 1 | -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 Gagnaux | 2020-10-07 | 1 | -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 Gagnaux | 2020-09-30 | 1 | -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 Gagnaux | 2020-09-29 | 1 | -2/+2 |
| * | python3Packages.fsspec: fix tests on darwin, 0.7.4 -> 0.8.3 | Thibault Gagnaux | 2020-09-27 | 1 | -2/+6 |
| * | python3.pkgs.fsspec: fix build | Frederik Rietdijk | 2020-06-20 | 1 | -7/+11 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next | Jonathan Ringer | 2019-12-30 | 1 | -9/+17 |
| |\ | |||||
| | * | python3Packages.fsspec: 0.5.2 -> 0.6.2 enable tests | Chris Ostrouchov | 2019-12-30 | 1 | -12/+20 |
| * | | python: fsspec: 0.5.2 -> 0.6.2 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| |/ | |||||
| * | python: fsspec: 0.4.5 -> 0.5.2 | Frederik Rietdijk | 2019-10-27 | 1 | -2/+2 |
| * | python: fsspec: 0.4.1 -> 0.4.5 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | pythonPackages.fsspec: init at 0.4.1 | Wael M. Nasreddine | 2019-08-08 | 1 | -0/+26 |
