python310Packages.constantly: use python variant of overrideAttrs

This commit is contained in:
Sandro Jäckel
2023-07-28 12:13:26 +02:00
committed by Martin Weinelt
parent ca7f8c8775
commit 9f456a06dc
@@ -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";