python313Packages.formulae: disable failing test
This commit is contained in:
@@ -37,11 +37,15 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
# use assertions of form `assert pytest.approx(...)`, which is now disallowed:
|
||||
|
||||
disabledTests = [
|
||||
# use assertions of form `assert pytest.approx(...)`, which is now disallowed:
|
||||
"test_basic"
|
||||
"test_degree"
|
||||
# AssertionError
|
||||
"test_evalenv_equality"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"formulae"
|
||||
"formulae.matrices"
|
||||
|
||||
Reference in New Issue
Block a user