treewide: remove removed hypothesis enableDocumentation option

This commit is contained in:
Sandro Jäckel
2023-05-23 00:52:26 +02:00
parent 0000022b48
commit 00000000b0
7 changed files with 6 additions and 15 deletions
@@ -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