18 buildPythonPackage rec {
23 disabled = pythonOlder "3.8";
25 src = fetchFromGitHub {
29 hash = "sha256-bYxqYSOOifQE3gbw8vNk/A13D5TPx7ERSgFvRHMXKGM=";
32 # some of the doctests (4/21) are broken, e.g. unbound variables, nondeterministic with insufficient tolerance, etc.
33 # (note upstream's .circleci/config.yml only tests test_*.py files despite their pytest.ini adding --doctest-modules)
35 substituteInPlace pytest.ini --replace-fail "addopts = --doctest-modules" ""
38 build-system = [ setuptools ];
59 homepage = "https://github.com/neurodata/hyppo";
60 description = "Python package for multivariate hypothesis testing";
61 changelog = "https://github.com/neurodata/hyppo/releases/tag/v${version}";
62 license = licenses.mit;
63 maintainers = with maintainers; [ bcdarwin ];