mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-13 02:39:58 +00:00
python3.pkgs.hypothesis: build offline documentation
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user