Skip to content

Commit 98e85f7

Browse files
committed
1
1 parent 0a19bc6 commit 98e85f7

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
@@ -119,7 +119,7 @@ test-command = [
119119
[tool.cibuildwheel.windows]
120120
build-frontend = "build[uv]" # build[uv] seems to be broken on Windows
121121
test-command = [
122-
"pytest {project}/tests/unit -k 'not (test_deserialize_date_range_year or test_datetype or test_libevreactor)'"
122+
"pytest {project}/tests/unit -k \"not (test_deserialize_date_range_year or test_datetype or test_libevreactor)\""
123123
]
124124

125125
environment = { CC = "clang", CXX = "clang++" }

0 commit comments

Comments
 (0)