mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 18:44:07 +00:00
treewide: remove removed hypothesis enableDocumentation option
This commit is contained in:
parent
0000022b48
commit
00000000b0
@ -141,9 +141,6 @@ let
|
||||
sphinxHook = null;
|
||||
sphinx-better-theme = null;
|
||||
}).overridePythonAttrs dropDocOutput;
|
||||
hypothesis = super.hypothesis.override {
|
||||
enableDocumentation = false;
|
||||
};
|
||||
pyjwt = (super.pyjwt.override {
|
||||
sphinxHook = null;
|
||||
sphinx-rtd-theme = null;
|
||||
|
@ -23,8 +23,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
# "hypothesis" indirectly depends on chardet to build its documentation.
|
||||
(hypothesis.override { enableDocumentation = false; })
|
||||
hypothesis
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
@ -74,8 +74,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
cryptography-vectors
|
||||
# "hypothesis" indirectly depends on cryptography to build its documentation
|
||||
(hypothesis.override { enableDocumentation = false; })
|
||||
hypothesis
|
||||
iso8601
|
||||
pretend
|
||||
py
|
||||
|
@ -25,8 +25,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
# "hypothesis" indirectly depends on iso8601 to build its documentation
|
||||
(hypothesis.override { enableDocumentation = false; })
|
||||
hypothesis
|
||||
pytestCheckHook
|
||||
pytz
|
||||
];
|
||||
|
@ -77,8 +77,7 @@ in buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest
|
||||
# "hypothesis" indirectly depends on numpy to build its documentation.
|
||||
(hypothesis.override { enableDocumentation = false; })
|
||||
hypothesis
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
|
@ -49,8 +49,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
glibcLocales
|
||||
# hypothesis indirectly depends on pandas to build its documentation
|
||||
(hypothesis.override { enableDocumentation = false; })
|
||||
hypothesis
|
||||
jinja2
|
||||
pytest-asyncio
|
||||
pytest-xdist
|
||||
|
@ -159,8 +159,7 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
git
|
||||
glibcLocales
|
||||
# "hypothesis" indirectly depends on twisted to build its documentation.
|
||||
(hypothesis.override { enableDocumentation = false; })
|
||||
hypothesis
|
||||
pyhamcrest
|
||||
]
|
||||
++ passthru.optional-dependencies.conch
|
||||
|
Loading…
Reference in New Issue
Block a user