python311Packages.jupyterlab-server: 2.25.3 -> 2.25.4
https://github.com/jupyterlab/jupyterlab_server/blob/v2.25.4/CHANGELOG.md
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jupyterlab-server";
|
||||
version = "2.25.3";
|
||||
version = "2.25.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "jupyterlab_server";
|
||||
inherit version;
|
||||
hash = "sha256-hG8SWooZZWYR31sD5ZEsg5POppAIWbqmT6UV62So3EA=";
|
||||
hash = "sha256-IJgZjh6C4NuYJED5tRNhddc76izUKmSAqm/VAssjxPk=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -70,6 +70,10 @@ buildPythonPackage rec {
|
||||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# require optional language pack packages for tests
|
||||
"tests/test_translation_api.py"
|
||||
|
||||
Reference in New Issue
Block a user