8 buildPythonPackage rec {
9 pname = "pytest-runner";
14 inherit pname version;
15 hash = "sha256-cNRzlYWnAI83v0kzwBP9sye4h4paafy7MxbIiILw9Js=";
35 description = "Invoke py.test as distutils command with dependency resolution";
36 homepage = "https://github.com/pytest-dev/pytest-runner";
37 license = licenses.mit;