9 buildPythonPackage rec {
10 pname = "scikit-misc";
14 inherit pname version;
15 sha256 = "sha256-93RqA0eBEGPh7PkSHflINXhQA5U8OLW6hPY/xQjCKRE=";
19 substituteInPlace pytest.ini \
20 --replace "--cov --cov-report=xml" ""
32 # Tests fail because of infinite recursion error
35 pythonImportsCheck = [
40 description = "Miscellaneous tools for scientific computing";
41 homepage = "https://github.com/has2k1/scikit-misc";
42 license = licenses.bsd3;
43 maintainers = with maintainers; [ onny ];