python3Packages.mne: use pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2025-05-05 23:28:50 +02:00
parent 7ceb286bdf
commit 9042474643
@@ -7,6 +7,7 @@
numpy,
scipy,
pytestCheckHook,
pytest-cov-stub,
pytest-timeout,
matplotlib,
decorator,
@@ -41,10 +42,6 @@ buildPythonPackage rec {
env.SETUPTOOLS_SCM_PRETEND_VERSION = stableVersion;
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "--cov-report=" "" \
--replace-fail "--cov-branch" ""
substituteInPlace doc/conf.py \
--replace-fail '"optipng"' '"${lib.getExe optipng}"'
substituteInPlace mne/utils/config.py \
@@ -76,6 +73,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-cov-stub
pytest-timeout
] ++ lib.flatten (builtins.attrValues optional-dependencies);