Skip to content

Commit

Permalink
Cleanup (pybamm-team#4785)
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman authored Jan 21, 2025
1 parent 3fad5e1 commit b2fed61
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
Empty file removed .github/codecov.yml
Empty file.
7 changes: 0 additions & 7 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,12 @@ def pytest_addoption(parser):
default=False,
help="run integration tests",
)
parser.addoption(
"--cibw",
action="store_true",
default=False,
help="test build wheels",
)


def pytest_configure(config):
config.addinivalue_line("markers", "scripts: mark test as an example script")
config.addinivalue_line("markers", "unit: mark test as a unit test")
config.addinivalue_line("markers", "integration: mark test as an integration test")
config.addinivalue_line("markers", "cibw: mark test as build wheel test")


def pytest_collection_modifyitems(items):
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ required_plugins = [
"pytest-mock",
"pytest-subtests",
]
norecursedirs = 'pybind11*'
addopts = [
"-nauto",
"-vra",
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_solvers/test_idaklu_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from tests import get_discretisation_for_testing


@pytest.mark.cibw
class TestIDAKLUSolver:
def test_ida_roberts_klu(self):
# this test implements a python version of the ida Roberts
Expand Down

0 comments on commit b2fed61

Please sign in to comment.