7 buildPythonPackage rec {
8 pname = "pytest-cov-stub";
9 # please use pythonRemoveDeps rather than change this version
10 version = (lib.importTOML ./src/pyproject.toml).project.version;
15 build-system = [ hatchling ];
18 description = "Nixpkgs checkPhase stub for pytest-cov";
19 license = licenses.mit;
20 maintainers = [ lib.maintainers.pbsds ];