python312Packages.jupyter-packaging: suppress deprecation warning
This commit is contained in:
committed by
Martin Weinelt
parent
a6d67cd8ff
commit
b529544028
@@ -47,6 +47,8 @@ buildPythonPackage rec {
|
||||
pytest-timeout
|
||||
];
|
||||
|
||||
pytestFlagsArray = [ "-Wignore::DeprecationWarning" ];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user