9 buildPythonPackage rec {
10 pname = "pytest-param-files";
13 src = fetchFromGitHub {
14 owner = "chrisjsewell";
17 sha256 = "sha256-Q7wWoggJN2w2a2umQHx5TsVcugqpovBEtOKruNMZQ8A=";
22 nativeBuildInputs = [ flit-core ];
28 pythonImportsCheck = [ "pytest_param_files" ];
35 description = "Package to generate parametrized pytests from external files";
36 homepage = "https://github.com/chrisjsewell/pytest-param-files";
37 license = licenses.mit;
38 maintainers = with maintainers; [ loicreynier ];