python3Packages.mne: remove pytestFlag + typo (#532437)

This commit is contained in:
Colin
2026-06-24 07:34:39 +00:00
committed by GitHub
@@ -32,6 +32,8 @@ buildPythonPackage rec {
version = "1.12.1";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "mne-tools";
repo = "mne-python";
@@ -99,11 +101,6 @@ buildPythonPackage rec {
"test_sys_info_basic"
];
pytestFlag = [
# removes 700k lines from pytest log, remove this when scipy is at v1.17.0
"--disable-warnings"
];
disabledTestMarks = [
"slowtest"
"ultraslowtest"