Merge pull request #237426 from K900/suffering-from-success

authored by

Sandro and committed by
GitHub
4dd6b692 3c1d2209

+10
+10
pkgs/development/python-modules/pydantic/default.nix
··· 6 , devtools 7 , email-validator 8 , fetchFromGitHub 9 , pytest-mock 10 , pytestCheckHook 11 , python-dotenv ··· 49 rev = "refs/tags/v${version}"; 50 hash = "sha256-4oJoDlP1grLblF0ppqYM1GYEyNMEM9FssFQjacipmms="; 51 }; 52 53 postPatch = '' 54 sed -i '/flake8/ d' Makefile
··· 6 , devtools 7 , email-validator 8 , fetchFromGitHub 9 + , fetchpatch 10 , pytest-mock 11 , pytestCheckHook 12 , python-dotenv ··· 50 rev = "refs/tags/v${version}"; 51 hash = "sha256-4oJoDlP1grLblF0ppqYM1GYEyNMEM9FssFQjacipmms="; 52 }; 53 + 54 + patches = [ 55 + # Fixes racy doctests build failures on really fast machines 56 + # FIXME: remove after next release 57 + (fetchpatch { 58 + url = "https://github.com/pydantic/pydantic/pull/6103/commits/f05014a30340e608155683aaca17d275f93a0380.diff"; 59 + hash = "sha256-sr47hpl37SSFFbK+/h3hGlF6Pl6L8XPKDU0lZZV7Vzs="; 60 + }) 61 + ]; 62 63 postPatch = '' 64 sed -i '/flake8/ d' Makefile