Jonathan Ringer
fc25d94010
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/jupyter-client/default.nix
pkgs/development/python-modules/jupyterlab-git/default.nix
2021-10-22 09:33:07 -07:00
superherointj
206f3ab323
pythonPackages.jupyter_client: renamed to jupyter-client
2021-10-15 07:51:23 -03:00
Martin Weinelt
bdb516cb4a
python3Packages.ipykernel: 6.3.0 -> 6.4.1
2021-10-11 01:22:03 +02:00
Martin Weinelt
cc5eb10728
python3Packages.ipykernel: 6.2.0 -> 6.3.0
2021-09-05 15:00:49 +02:00
Martin Weinelt
9e3b985316
python3Packages.ipykernel: add missing deps and split off tests
...
The package now requires debugpy and the tests require ipyparallel.
The latter causes an infinite recursion, which is why I split out the
tests into `passthru.tests.pytest`. There is not dedicated tests output,
because the tests require relative imports.
2021-09-05 15:00:35 +02:00
Martin Weinelt
fb10215d3b
python3Packages.ipykernel: 5.5.5 -> 6.2.0
2021-09-05 14:58:59 +02:00
Martin Weinelt
2171b09448
python3Packages.ipykernel: 6.2.0 -> 6.3.0
2021-09-01 21:23:24 +02:00
Martin Weinelt
fb8d837711
python3Packages.ipykernel: add missing deps and split off tests
...
The package now requires debugpy and the tests require ipyparallel.
The latter causes an infinite recursion, which is why I split out the
tests into `passthru.tests.pytest`. There is not dedicated tests output,
because the tests require relative imports.
2021-09-01 21:23:22 +02:00
Martin Weinelt
00faf73176
python3Packages.ipykernel: 5.5.5 -> 6.2.0
2021-09-01 21:23:17 +02:00
Martin Weinelt
c8f12b45d1
python3Packages.ipykernel: 5.5.0 -> 5.5.5
2021-06-22 13:42:32 +02:00
Frederik Rietdijk
e3900e3e0b
python3Packages.ipykernel: 5.2.1 -> 5.5.0
2021-03-06 16:51:23 +01:00
zowoq
0cff30bb44
python: editorconfig fixes
2020-08-27 12:51:02 -07:00
Badi' Abdul-Wahid
79147264ab
python3.pkgs.ipykernel: skip test_unc_paths on darwin ( #87628 )
...
* Skip `test_unc_paths` on darwin
* point to upstream issue
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-05-11 16:21:27 -07:00
Timo Kaufmann
863319fcb6
python.pkgs.ipykernel: 5.1.4 -> 5.2.1
...
A newer version is needed to fix the build after the recent
jupyter_client 6.x update in e19e5ac7f0
.
2020-05-08 07:06:08 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Dmitry Kalinkin
d35009ee63
python3Packages.ipykernel: fix build on darwin
...
Also python34 is not supported:
979e6fd2db
nixpkgs doesn't provide python34 anymore, so pythonOlder "3.5" is always
true and can be removed.
2020-02-26 00:48:29 -05:00
Frederik Rietdijk
3f7bf955cb
python3Packages.ipykernel: 5.1.3 -> 5.1.4
2020-02-06 10:25:18 +01:00
Mario Rodas
5c0d3d9050
pythonPackages.ipykernel: fix build
...
flaky was accidentally removed from checkInputs in 99de1a8ebb
2020-01-05 13:51:31 +01:00
Frederik Rietdijk
99de1a8ebb
pythonPackages.ipykernel: remove duplicate checkInputs
2019-12-30 18:17:34 +01:00
Jonathan Ringer
f92a1048f3
python3Packages.ipykernel: 5.1.2 -> 5.1.3
2019-12-30 16:46:50 +01:00
Dmitry Kalinkin
c69b4f8e9c
python3Packages.ipykernel: fix build on darwin
2019-12-29 01:25:26 -08:00
Dmitry Kalinkin
afacb9d06b
python3Packages.ipykernel: use pytestCheckHook, enable all tests
...
All tests pass on NixOS. Some still fail on Darwin, but it's a different
issue.
2019-12-29 01:25:26 -08:00
Frederik Rietdijk
6b4902afde
pythonPackages.ipykernel: 5.1.1 -> 5.1.2
2019-10-18 09:54:03 +02:00
Frederik Rietdijk
647fc0c164
python: ipykernel: 4.10.0 -> 4.10.1
2019-10-18 09:53:58 +02:00
Fabian Möller
88264604ff
ipykernel:fix darwin build
2019-09-14 21:19:09 +02:00
Jonathan Ringer
0bca1209e5
python3Packages.ipykernel: 5.1.0 -> 5.1.1
2019-08-03 07:12:55 +02:00
Frederik Rietdijk
8875a3e706
python.pkgs.ipykernel: disable failing tests
2019-02-17 14:40:49 +01:00
Eamonn Coughlan
7c2d638802
ipykernel: fix permissions when installing kernels
2018-12-19 09:18:28 +01:00
Chris Ostrouchov
39adcea9d6
python36Packges.ipykernel: 4.8.2 -> 5.1.0
2018-11-21 12:38:54 +01:00
Frederik Rietdijk
ced21f5e1a
pythonPackages: remove name
attribute`
...
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.
While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk
b1ef93a132
python: ipykernel: 4.8.1 -> 4.8.2
2018-02-26 18:42:48 +01:00
Frederik Rietdijk
76f6303abe
python: ipykernel: 4.8.0 -> 4.8.1
2018-02-18 20:07:42 +01:00
Frederik Rietdijk
a8c928a4eb
python: ipykernel: 4.7.0 -> 4.8.0
2018-01-20 12:05:26 +01:00
Frederik Rietdijk
675d84adfd
python: ipykernel: 4.6.1 -> 4.7.0
2017-12-31 10:55:07 +01:00
Frederik Rietdijk
9a106b1c52
pythonPackages.ipykernel: 4.5.2 -> 4.6.1
2017-04-18 12:03:46 +02:00