papis: migrate to pytest-cov-stub

Changed files
+2 -5
pkgs
development
python-modules
papis
+2 -5
pkgs/development/python-modules/papis/default.nix
···
docutils,
git,
pytestCheckHook,
+
pytest-cov-stub,
sphinx,
sphinx-click,
}:
···
stevedore
];
-
postPatch = ''
-
substituteInPlace pyproject.toml \
-
--replace-fail "--cov=papis" ""
-
'';
-
pythonImportsCheck = [ "papis" ];
nativeCheckInputs = [
docutils
git
pytestCheckHook
+
pytest-cov-stub
sphinx
sphinx-click
];