From 2d2bf009615700df155950317bb739f103c81585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Sat, 28 Jan 2023 17:17:41 +0100 Subject: [PATCH] python3Packages.pandas: break dependency cycle with hypothesis docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hypothesis → sphinx-autocodelink → ipython → stack-data → executing → rich → markdown-it-py → pytest-regressions → pandas --- pkgs/development/python-modules/pandas/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pandas/default.nix b/pkgs/development/python-modules/pandas/default.nix index 1d1077f40cb0..46caae33006a 100644 --- a/pkgs/development/python-modules/pandas/default.nix +++ b/pkgs/development/python-modules/pandas/default.nix @@ -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