Skip to content

Commit f4eebea

Browse files
committed
add nbmake to pytest project default
1 parent 28bb5a6 commit f4eebea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ jobs:
112112
run: mypy .
113113

114114
- name: Run tests
115-
run: pytest --nbmake
115+
run: pytest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module = "tests.*"
3535
disallow_untyped_defs = false
3636

3737
[tool.pytest.ini_options]
38-
addopts = "-v -p no:warnings --cov=muse2_data_analysis --cov-branch --cov-report=html --cov-report=xml --doctest-modules --ignore=docs/"
38+
addopts = "-v -p no:warnings --cov=muse2_data_analysis --cov-branch --cov-report=html --cov-report=xml --doctest-modules --ignore=docs/ --nbmake"
3939

4040
[tool.ruff]
4141
target-version = "py314"

0 commit comments

Comments
 (0)