python3Packages.jupyterlab_server: added pyjson5 dependency
This commit is contained in:
parent
3be103989c
commit
da006ed937
@ -6,6 +6,7 @@
|
|||||||
, pythonOlder
|
, pythonOlder
|
||||||
, requests
|
, requests
|
||||||
, pytest
|
, pytest
|
||||||
|
, pyjson5
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -19,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ requests pytest ];
|
checkInputs = [ requests pytest ];
|
||||||
propagatedBuildInputs = [ notebook jsonschema ];
|
propagatedBuildInputs = [ notebook jsonschema pyjson5 ];
|
||||||
|
|
||||||
# test_listing test fails
|
# test_listing test fails
|
||||||
# this is a new package and not all tests pass
|
# this is a new package and not all tests pass
|
||||||
|
Loading…
Reference in New Issue
Block a user