1 { lib, buildPythonPackage, fetchPypi, setuptools_scm, pytest }:
3 buildPythonPackage rec {
4 pname = "pytest-runner";
9 sha256 = "96c7e73ead7b93e388c5d614770d2bae6526efd997757d3543fe17b557a0942b";
12 nativeBuildInputs = [ setuptools_scm pytest ];
26 description = "Invoke py.test as distutils command with dependency resolution";
27 homepage = "https://github.com/pytest-dev/pytest-runner";
28 license = licenses.mit;