8 buildPythonPackage rec {
10 version = "0-unstable-2024-05-09";
11 format = "setuptools";
13 src = fetchFromGitHub {
14 owner = "brandon-rhodes";
16 rev = "74617d70e77afa09f58b3169cf496679ac5d5621";
17 hash = "sha256-zYpLtcXZ16EJWKSCqxFkSz/G9PwIZEQGBrYiJKuqnc4=";
20 pythonImportsCheck = [ "assay" ];
23 homepage = "https://github.com/brandon-rhodes/assay";
24 description = "Attempt to write a Python testing framework I can actually stand";
25 license = licenses.mit;
26 maintainers = with maintainers; [ zane ];