Skip to content

Commit bb87ed6

Browse files
Apply suggestions from code review
Co-authored-by: Saransh Chopra <[email protected]>
1 parent 6475043 commit bb87ed6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ def build_docs(session: nox.Session) -> None:
2424
def run_template_generation(session):
2525
"""Run the tests tests for testing template generation"""
2626
session.install("setuptools", silent=False)
27-
session.install("pytest", silent=False)
28-
session.install("pytest-cookies", silent=False)
29-
session.install("-e", ".", silent=False)
27+
session.install("-e", ".[dev]", silent=False)
3028
session.run("pytest", "tests")

src/pybamm_cookiecutter/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@
1111

1212
__all__ : list[str] = [
1313
"__version__",
14-
"pybamm",
1514
]

0 commit comments

Comments
 (0)