python3Packages.paramterized: disable tests with pytest 8.4
They are broken and the package is likely abandonware.
Martin Weinelt 4 months ago 119e253c fd2d6109
··· 40 40 41 41 nativeBuildInputs = [ setuptools ]; 42 42 43 43 + # 'yield' keyword is allowed in fixtures, but not in tests (test_naked_function) 44 44 + doCheck = false; 45 45 + 43 46 checkInputs = [ 44 47 mock 45 48 pytestCheckHook