Skip to content

Commit 96e4094

Browse files
committed
dont skip what we want
1 parent f7a5b3e commit 96e4094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pythonpath = ["."]
1414
build = "cp312-win_amd64"
1515
# disabling windows until hhttps://github.com/kiwix/kiwix-build/issues/466
1616
# disabling PyPy due to 2 failing tests
17-
skip = "pp* *-win*"
17+
# skip = "pp* *-win*"
1818

1919
test-requires = ["pytest"]
2020
test-command = "py.test {project}/tests/"

0 commit comments

Comments
 (0)