python3Packages.django_5_1: enable tests on Darwin

This commit is contained in:
Robert Schütz
2025-06-11 19:18:08 -07:00
parent 1194914e61
commit 1d5b5ec4df
@@ -115,8 +115,6 @@ buildPythonPackage rec {
tzdata
] ++ lib.flatten (lib.attrValues optional-dependencies);
doCheck = !stdenv.hostPlatform.isDarwin;
preCheck = ''
# make sure the installed library gets imported
rm -rf django