Merge pull request #210874 from mweinelt/pydantic-disable-py39-docs

authored by Martin Weinelt and committed by GitHub 7b4bf87e 686f96f2

+2 -1
+2 -1
pkgs/development/python-modules/pydantic/default.nix
··· 9 9 , pytest-mock 10 10 , pytestCheckHook 11 11 , python-dotenv 12 + , pythonAtLeast 12 13 , pythonOlder 13 14 , pyupgrade 14 15 , typing-extensions 15 16 # dependencies for building documentation. 16 17 # docs fail to build in Darwin sandbox: https://github.com/samuelcolvin/pydantic/issues/4245 17 - , withDocs ? (stdenv.hostPlatform == stdenv.buildPlatform && !stdenv.isDarwin) 18 + , withDocs ? (stdenv.hostPlatform == stdenv.buildPlatform && !stdenv.isDarwin && pythonAtLeast "3.10") 18 19 , ansi2html 19 20 , markdown-include 20 21 , mkdocs