9 buildPythonPackage rec {
11 pname = "python_toolbox";
14 src = fetchFromGitHub {
18 sha256 = "1hpls1hwisdjx1g15cq052bdn9fvh43r120llws8bvgvj9ivnaha";
27 # file imports 'dummy_threading', which was deprecated since py37
29 "test_python_toolbox/test_cute_profile/test_cute_profile.py"
33 description = "Tools for testing PySnooper";
34 homepage = "https://github.com/cool-RR/python_toolbox";
35 license = licenses.mit;
36 maintainers = with maintainers; [ seqizz ];