luddite: migrate to pytest-cov-stub

Changed files
+2 -1
pkgs
development
python-modules
luddite
+2 -1
pkgs/development/python-modules/luddite/default.nix
···
setuptools,
packaging,
pytestCheckHook,
+
pytest-cov-stub,
pytest-mock,
}:
···
postPatch = ''
substituteInPlace pytest.ini \
-
--replace "--cov=luddite --cov-report=html --cov-report=term --no-cov-on-fail" "" \
--replace "--disable-socket" ""
'';
···
nativeCheckInputs = [
pytestCheckHook
+
pytest-cov-stub
pytest-mock
];