We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bb5a6 commit f4eebeaCopy full SHA for f4eebea
2 files changed
.github/workflows/ci.yml
@@ -112,4 +112,4 @@ jobs:
112
run: mypy .
113
114
- name: Run tests
115
- run: pytest --nbmake
+ run: pytest
pyproject.toml
@@ -35,7 +35,7 @@ module = "tests.*"
35
disallow_untyped_defs = false
36
37
[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/"
+addopts = "-v -p no:warnings --cov=muse2_data_analysis --cov-branch --cov-report=html --cov-report=xml --doctest-modules --ignore=docs/ --nbmake"
39
40
[tool.ruff]
41
target-version = "py314"
0 commit comments