Skip to content

Commit

Permalink
Remove unnecessary libmamba tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 7, 2025
1 parent 88426f4 commit 6e62139
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions tests/test_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,3 @@ class TestClassicSolver(SolverTests):
@property
def solver_class(self) -> type[Solver]:
return ClassicSolver


class TestLibMambaSolver(SolverTests):
@property
def solver_class(self) -> type[Solver]:
from conda_libmamba_solver.solver import LibMambaSolver

return LibMambaSolver

@property
def tests_to_skip(self):
return {
"conda-libmamba-solver does not support features": [
"test_iopro_mkl",
"test_iopro_nomkl",
"test_mkl",
"test_accelerate",
"test_scipy_mkl",
"test_pseudo_boolean",
"test_no_features",
"test_surplus_features_1",
"test_surplus_features_2",
"test_remove",
# this one below only fails reliably on windows;
# it passes Linux on CI, but not locally?
"test_unintentional_feature_downgrade",
],
}

0 comments on commit 6e62139

Please sign in to comment.