From 5e2d866ab2d18c81c8d98722ce1d24cf87ce0995 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Thu, 16 Nov 2023 09:10:13 +0000 Subject: [PATCH] dont skip musllinux --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 267eaeb..6614889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,10 +12,9 @@ pythonpath = ["."] [tool.cibuildwheel] build = "*" -# disabling musllinux until https://github.com/kiwix/kiwix-build/issues/585 # disabling windows until hhttps://github.com/kiwix/kiwix-build/issues/466 # disabling PyPy due to 2 failing tests -skip = "pp* *musllinux* *-win*" +skip = "pp* *-win*" test-requires = ["pytest"] test-command = "py.test {project}/tests/"