R. RyanTM
fe0e6737df
ocamlPackages.eliom: 6.12.1 -> 6.12.4
2020-12-01 23:35:43 -08:00
Andreas Rammhold
f17006459c
Merge pull request #105568 from lukegb/nixpkgs-cacert-blacklist
...
cacert: fix certificate denylist
2020-12-01 20:11:55 +01:00
Luke Granger-Brown
87f4676492
cacert: add lukegb as maintainer
2020-12-01 17:55:59 +00:00
Andreas Rammhold
17b1bde9c5
cacert: add myself as maintainer
2020-12-01 17:51:05 +01:00
Luke Granger-Brown
b28436a7e9
cacert: remove broken includeEmail option
...
This doesn't do anything. Building with includeEmail = true produces
the same set as includeEmail = false, and the substitute rule removes
a random dictionary index operation.
2020-12-01 15:54:58 +00:00
Luke Granger-Brown
b1f9e9c259
cacert: fix blacklist
...
It's broken under Python 3, ironically due to the patch we're carrying.
Fix it, and add a test to check it works.
Fixes #93230 .
2020-12-01 15:54:58 +00: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