From dd3c5d2536eacbdf7a911b6f016895e15a1a3765 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Mon, 8 Apr 2024 15:19:04 +0200 Subject: [PATCH] Use the custom cmake check target --- .distro/pybind11.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.distro/pybind11.spec b/.distro/pybind11.spec index a9286d6a1..7b9d4a675 100644 --- a/.distro/pybind11.spec +++ b/.distro/pybind11.spec @@ -72,8 +72,11 @@ sed -i -E 's/,?\s*"ninja[^"]*"//' pyproject.toml %check -%ctest -%pytest +# %%ctest +# %%pytest +# Cannot use ctest or pytest integration yet. Replicating ci.yaml workflow +# https://github.com/pybind/pybind11/issues/5095 +%cmake_build --target check %files devel