15 buildPythonPackage rec {
16 pname = "parametrize-from-file";
22 pname = "parametrize_from_file";
23 hash = "sha256-mYE8J7XWlvCS2H3kt0bB8dyPHFDqmW8NiH9UCrNccAU=";
26 # patch out coveralls since it doesn't provide us value
28 sed -i '/coveralls/d' ./pyproject.toml
30 substituteInPlace pyproject.toml \
31 --replace "more_itertools~=8.10" "more_itertools"
43 propagatedBuildInputs = [
52 pythonImportsCheck = [
53 "parametrize_from_file"
57 # https://github.com/kalekundert/parametrize_from_file/issues/19
58 "test_load_suite_params_err"
62 description = "Read unit test parameters from config files";
63 homepage = "https://github.com/kalekundert/parametrize_from_file";
64 changelog = "https://github.com/kalekundert/parametrize_from_file/blob/v${version}/CHANGELOG.md";
65 license = licenses.mit;
66 maintainers = with maintainers; [ jpetrucciani ];