treewide: remove removed hypothesis enableDocumentation option

This commit is contained in:
Sandro Jäckel 2023-05-22 18:19:06 +02:00
parent 0000022b48
commit 00000000b0
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
7 changed files with 6 additions and 15 deletions

View File

@ -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;

View File

@ -23,8 +23,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
# "hypothesis" indirectly depends on chardet to build its documentation.
(hypothesis.override { enableDocumentation = false; })
hypothesis
pytestCheckHook
];

View File

@ -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

View File

@ -25,8 +25,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
# "hypothesis" indirectly depends on iso8601 to build its documentation
(hypothesis.override { enableDocumentation = false; })
hypothesis
pytestCheckHook
pytz
];

View File

@ -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
];

View File

@ -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

View File

@ -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