python310Packages.constantly: use python variant of overrideAttrs

This commit is contained in:
Sandro Jäckel 2023-07-18 22:58:09 +02:00 committed by Martin Weinelt
parent ca7f8c8775
commit 9f456a06dc

View File

@ -23,7 +23,7 @@ let
pythonImportsCheck = [ "constantly" ];
passthru.tests.constantly = self.overrideAttrs (_: { doInstallCheck = true; });
passthru.tests.constantly = self.overridePythonAttrs { doCheck = true; };
meta = with lib; {
homepage = "https://github.com/twisted/constantly";