From 8ed789433240a641847eb9695b8dc3c1042251c2 Mon Sep 17 00:00:00 2001 From: Roberto Rossini <71787608+robomics@users.noreply.github.com> Date: Fri, 4 Aug 2023 15:59:29 +0200 Subject: [PATCH] Debugging --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1d20f59..3fa1cfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,10 +36,10 @@ filterwarnings = [ [tool.cibuildwheel] skip = ["*musllinux*"] -test-command = "python -v -c 'import hictkpy'" +test-command = "python -m pip install {wheel}[test] && which python && python -m pip list && python -v -c 'import hictkpy'" # test-command = "pytest {project}/test -vv" test-extras = ["test"] -test-skip = ["*universal2:arm64", "pp*", "cp36*", "cp37*"] +test-skip = ["*universal2:arm64", "pp*"] # Setuptools bug causes collision between pypy and cpython artifacts before-build = [