python3Packages.frictionless: don't test coverage

This commit is contained in:
Robert Schütz
2025-11-20 18:05:03 -08:00
parent f4b21928b7
commit ff1a26a43d
@@ -47,8 +47,6 @@
# Tests
pytestCheckHook,
pytest-cov,
pytest-dotenv,
pytest-lazy-fixtures,
pytest-mock,
pytest-timeout,
@@ -73,6 +71,12 @@ buildPythonPackage rec {
hash = "sha256-svspEHcEw994pEjnuzWf0FFaYeFZuqriK96yFAB6/gI=";
};
postPatch = ''
substituteInPlace frictionless/conftest.py \
--replace-fail "from pytest_cov.embed import cleanup_on_sigterm" "" \
--replace-fail "cleanup_on_sigterm()" ""
'';
build-system = [
hatchling
];
@@ -179,8 +183,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-cov
pytest-dotenv
pytest-lazy-fixtures
pytest-mock
pytest-timeout