lol

python310Packages.jupyter-nbextensions-configurator: run tests

+16
+16
pkgs/development/python-modules/jupyter-nbextensions-configurator/default.nix
··· 8 8 , notebook 9 9 , pyyaml 10 10 , tornado 11 + , nose 12 + , pytestCheckHook 13 + , selenium 11 14 }: 12 15 13 16 buildPythonPackage rec { ··· 37 40 notebook 38 41 pyyaml 39 42 tornado 43 + ]; 44 + 45 + nativeCheckInputs = [ 46 + nose 47 + pytestCheckHook 48 + selenium 49 + ]; 50 + 51 + # Those tests fails upstream 52 + disabledTestPaths = [ 53 + "tests/test_application.py" 54 + "tests/test_jupyterhub.py" 55 + "tests/test_nbextensions_configurator.py" 40 56 ]; 41 57 42 58 pythonImportsCheck = [ "jupyter_nbextensions_configurator" ];