3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #146585 from jonringer/fix-ipykernel-3.7

This commit is contained in:
Sandro 2021-11-20 00:35:10 +01:00 committed by GitHub
commit a80d35d02a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@
, buildPythonPackage
, callPackage
, fetchPypi
, pythonOlder
, argcomplete
, debugpy
, ipython
, jupyter-client
@ -24,6 +26,8 @@ buildPythonPackage rec {
jupyter-client
tornado
traitlets
] ++ lib.optionals (pythonOlder "3.8") [
argcomplete
];
# check in passthru.tests.pytest to escape infinite recursion with ipyparallel