Commit graph

256432 commits

Author SHA1 Message Date
Jonathan Ringer 023dafc6b8 pythonPackages.freezegun: pin to 0.3.5 2020-12-01 16:40:51 -08:00
Jonathan Ringer 38ab53776e pythonPackages.freezegun: disable python2
```
  Processing ./freezegun-1.0.0-py2.py3-none-any.whl
  ERROR: Package 'freezegun' requires a different Python: 2.7.18 not in '>=3.5'
```
2020-12-01 08:14:10 -08:00
Frederik Rietdijk 6231eb49f2 Merge staging into staging-next 2020-12-01 14:45:53 +01:00
Frederik Rietdijk 97506537f4
Merge pull request #105368 from NixOS/python-unstable
Python packages set: major updates
2020-12-01 14:45:22 +01:00
Frederik Rietdijk b0e372864a python3Packages.pip: 20.2.4 -> 20.3 2020-12-01 14:44:26 +01:00
Frederik Rietdijk 76966f8ddd pythonPackages.pip-install-hook: remove --build option
Pip had the option --build to build in a custom or temporary directory.
Nowadays, pip just listens to TMPDIR, which we already set.

This option was deprecated and is removed in pip 20.3.
2020-12-01 14:44:26 +01:00
Jonathan Ringer df11a2851c python3Packages.faker: fix tests, remove random2 2020-12-01 14:44:26 +01:00
Jonathan Ringer 9a885384da python3Packages.faker: 4.17.1 -> 4.18.0 2020-12-01 14:44:26 +01:00
Jonathan Ringer 7c0fe73bad python3Packages.pyproj: fix tests 2020-12-01 14:44:26 +01:00
Jonathan Ringer eb8d1214b6 pgcli: allow for sqlparse 4.x 2020-12-01 14:44:26 +01:00
Jonathan Ringer c68fdc1fbe python3Packages.dask: fix tests
Tests cannot be ran concurrently
2020-12-01 14:44:26 +01:00
Jonathan Ringer 9cb62449f6 python3Packages.setproctitle: ignore impure tests 2020-12-01 14:44:25 +01:00
Jonathan Ringer 7bd3696366 python3Packages.pikepdf: fix tests 2020-12-01 14:44:25 +01:00
Jonathan Ringer 74d73c7b8e python3Packages.secretstorage: 3.1.1 -> 3.3.0 2020-12-01 14:44:25 +01:00
Jonathan Ringer f616eaf5f5 python3Packages.cheroot: fix tests by removing pytest-testmon 2020-12-01 14:44:25 +01:00
Jonathan Ringer 60671ec1cb python3Packages.requests-unixsocket: fix tests 2020-12-01 14:44:25 +01:00
Jonathan Ringer 7308561b35 python3Packages.portend: fix build 2020-12-01 14:44:25 +01:00
Jonathan Ringer 3d3a388d0c python3Packages.Pyro4: fix tests 2020-12-01 14:44:25 +01:00
Jonathan Ringer d4f96ddd9d python3Packages.jsonrpc-websocket: fix tests 2020-12-01 14:44:25 +01:00
Jonathan Ringer eb7aa55e89 libgit2: 1.0.0 -> 1.1.0 2020-12-01 14:44:25 +01:00
Jonathan Ringer e0cbbc6f30 python3Packages.pytest_xdist: use pytest_xdist_2 by default
meant to be used with pytest_6
2020-12-01 14:44:25 +01:00
Jonathan Ringer 2985066439 python3Packages.h5py: fix build and disable tests
test suite now requires pytest-mpi which isn't available
2020-12-01 14:44:25 +01:00
Jonathan Ringer 732b38a835 python39Packages.boto: disable for python39
no longer compatible:
```
  File "/build/boto-2.49.0/tests/unit/utils/test_utils.py", line 88, in hmac_hashfunc
    return hmac.new(b'mysecretkey', msg)
  File "/nix/store/x3655l9x6b5khxzzl0s2zg1kn0qr3zfs-python3-3.9.0/lib/python3.9/hmac.py", line 170, in new
    return HMAC(key, msg, digestmod)
  File "/nix/store/x3655l9x6b5khxzzl0s2zg1kn0qr3zfs-python3-3.9.0/lib/python3.9/hmac.py", line 56, in __init__
    raise TypeError("Missing required parameter 'digestmod'.")
TypeError: Missing required parameter 'digestmod'.
```
2020-12-01 14:44:25 +01:00
Jonathan Ringer 0e15bde06f python3Packages.jeepney: fix tests 2020-12-01 14:44:25 +01:00
Jonathan Ringer 0500a26418 python3Packages.joblib: fix tests 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 26ed734e51 python2Packages.packaging: keep 20.4 around 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 7d6468de0c pythonPackages.isort: fix build system, keep version for python 2 2020-12-01 14:44:25 +01:00
Frederik Rietdijk aadeda550a python3Packages.poetry-core: isort is no test dep 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 41f2c382e6 Revert "python3Packages.panel: 0.9.7 -> 0.10.2"
Panel attempts to fetch js models from the web. Yikes!

This reverts commit 8d2cae0c2c4452aa0034e877540776b946a8374a.
2020-12-01 14:44:25 +01:00
Frederik Rietdijk fe20e43910 python3Packages.tqdm: fix build 2020-12-01 14:44:25 +01:00
Frederik Rietdijk db417d32e8 python3Packages.numpy: fix compatibility with newer pytest 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 98a0342b78 python3Packages.aiohttp: fix build 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 98996d05de python3Packages.re-assert: init at 1.1.0 2020-12-01 14:44:25 +01:00
Jonathan Ringer 7d73203369 python3Packages.pymatgen: fix deps 2020-12-01 14:44:24 +01:00
Jonathan Ringer 804de2a2ff python3Packages.notebook: fix tests 2020-12-01 14:44:24 +01:00
Jonathan Ringer 113083c7eb python3Packages.nbconver: fix tests 2020-12-01 14:44:24 +01:00
Jonathan Ringer 4f4d369be7 python3Packages.nbclient: enable conditional checking 2020-12-01 14:44:24 +01:00
Jonathan Ringer 4670a8f304 python3Packages.jupyterlab-pygments: init at 0.1.2 2020-12-01 14:44:24 +01:00
Jonathan Ringer b59209334a python37Packages.prettytable: fix build 2020-12-01 14:44:24 +01:00
Jonathan Ringer 72ee790f5d python3Packages.pynput: fix linux build 2020-12-01 14:44:24 +01:00
Jonathan Ringer ff4c38abd9 python3Packages.numpy: use pytest_5 2020-12-01 14:44:24 +01:00
Jonathan Ringer 0b58b6ed8e python3Packages.inform: fix tests 2020-12-01 14:44:24 +01:00
Jonathan Ringer fbec077998 python3Packages.keyrings-alt: fix build 2020-12-01 14:44:24 +01:00
Jonathan Ringer 2ebbe387c4 python3Packages.pooch: fix tests 2020-12-01 14:44:24 +01:00
Jonathan Ringer 789b163aab python3Packages.uncompyle6: disable for python3.9
See: https://github.com/rocky/python-uncompyle6/issues/331
2020-12-01 14:44:24 +01:00
Jonathan Ringer b31bc72bc3 python3Packages.pytest-services: fix build 2020-12-01 14:44:24 +01:00
Jonathan Ringer 23db404965 python3Packages.pyusb: fix build 2020-12-01 14:44:24 +01:00
Jonathan Ringer 754cd330ba python3Packages.astroid: disable for python3.9
See https://github.com/PyCQA/astroid/issues/845
2020-12-01 14:44:24 +01:00
Jonathan Ringer 0ffef62eba python3Packages.databricks-connect: fix build 2020-12-01 14:44:24 +01:00
Jonathan Ringer 39111279b1 python3Packages.isort: refactor 2020-12-01 14:44:24 +01:00