Loading pkgs/development/python-modules/assay/default.nix +2 −1 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub }: { lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast }: buildPythonPackage rec { pname = "assay"; Loading @@ -18,5 +18,6 @@ buildPythonPackage rec { description = "Attempt to write a Python testing framework I can actually stand"; license = licenses.mit; maintainers = with maintainers; [ zane ]; broken = pythonAtLeast "3.11"; }; } Loading
pkgs/development/python-modules/assay/default.nix +2 −1 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub }: { lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast }: buildPythonPackage rec { pname = "assay"; Loading @@ -18,5 +18,6 @@ buildPythonPackage rec { description = "Attempt to write a Python testing framework I can actually stand"; license = licenses.mit; maintainers = with maintainers; [ zane ]; broken = pythonAtLeast "3.11"; }; }