python3.pkgs.hypothesis: build offline documentation

This commit is contained in:
Dmitry Bogatov
2023-01-05 21:35:51 -05:00
committed by Yt
parent c29db3b9fb
commit 35a4ca4bde
6 changed files with 37 additions and 5 deletions

View File

@@ -77,7 +77,8 @@ in buildPythonPackage rec {
checkInputs = [
pytest
hypothesis
# "hypothesis" indirectly depends on numpy to build its documentation.
(hypothesis.override { enableDocumentation = false; })
typing-extensions
];