mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.pandas: break dependency cycle with hypothesis docs
hypothesis → sphinx-autocodelink → ipython → stack-data → executing → rich → markdown-it-py → pytest-regressions → pandas
This commit is contained in:
committed by
Martin Weinelt
parent
4ef98e7200
commit
2d2bf00961
@@ -49,7 +49,8 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
glibcLocales
|
||||
hypothesis
|
||||
# hypothesis indirectly depends on pandas to build its documentation
|
||||
(hypothesis.override { enableDocumentation = false; })
|
||||
jinja2
|
||||
pytest-asyncio
|
||||
pytest-xdist
|
||||
|
||||
Reference in New Issue
Block a user