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