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
This commit is contained in:
Jonathan Ringer
2021-10-22 09:33:07 -07:00
373 changed files with 4816 additions and 6365 deletions
@@ -5,7 +5,7 @@
, isPy27
, mock
, ipython
, jupyter_client
, jupyter-client
, pexpect
, traitlets
, tornado
@@ -23,7 +23,7 @@ buildPythonPackage rec {
checkInputs = [ nose ] ++ lib.optional isPy27 mock;
propagatedBuildInputs = [
ipython
jupyter_client
jupyter-client
pexpect
traitlets
tornado
@@ -5,7 +5,7 @@
, fetchPypi
, debugpy
, ipython
, jupyter_client
, jupyter-client
, tornado
, traitlets
, pythonOlder
@@ -23,7 +23,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
debugpy
ipython
jupyter_client
jupyter-client
tornado
traitlets
];