Skip to content

Commit f2a1324

Browse files
committed
pytest cmd and test update
1 parent 6116bae commit f2a1324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ omit = [
144144
module-root = "./src/galileo"
145145
tests-root = "tests"
146146
test-framework = "pytest"
147-
# pytest-cmd = "pytest -n 0"
147+
pytest-cmd = "pytest -n 0"
148148
ignore-paths = []
149149
disable-telemetry = false
150150
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]

0 commit comments

Comments
 (0)