python3Packages.pandas: break dependency cycle with hypothesis docs

hypothesis → sphinx-autocodelink → ipython → stack-data → executing →
rich → markdown-it-py → pytest-regressions → pandas

authored by

Naïm Favier and committed by
Martin Weinelt
2d2bf009 4ef98e72

+2 -1
+2 -1
pkgs/development/python-modules/pandas/default.nix
··· 49 49 50 50 nativeCheckInputs = [ 51 51 glibcLocales 52 - hypothesis 52 + # hypothesis indirectly depends on pandas to build its documentation 53 + (hypothesis.override { enableDocumentation = false; }) 53 54 jinja2 54 55 pytest-asyncio 55 56 pytest-xdist