python3Packages.frictionless: don't test coverage (#463610)

This commit is contained in:
dotlambda
2025-11-23 02:54:10 +00:00
committed by GitHub
@@ -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