7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0qrhkd3sga56qf6k0sqyhwfcladwi05gl6aqmr0xriiq1sgva5dy";
16 nativeCheckInputs = [ nose ];
23 homepage = "https://pypi.org/project/NoseJS/";
24 description = "A Nose plugin for integrating JavaScript tests into a Python test suite";
25 license = licenses.free;