Skip to content

Commit

Permalink
Apparently Windows dislikes single quotes '
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Jul 29, 2024
1 parent 4b44e75 commit 690694b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ format = [
"ruff check src/ tests/ --fix --exit-non-zero-on-fix",
"lint",
]
fast-test = ["pytest -m 'not slow'"]
fast-test = ["pytest -m \"not slow\""]
test = [
"pytest ./src/zampy/ ./tests/ --doctest-modules --doctest-ignore-import-errors",
]
Expand Down

0 comments on commit 690694b

Please sign in to comment.