Skip to content

Commit dd3c5d2

Browse files
committed
Use the custom cmake check target
1 parent cbfcfb8 commit dd3c5d2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.distro/pybind11.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,11 @@ sed -i -E 's/,?\s*"ninja[^"]*"//' pyproject.toml
7272

7373

7474
%check
75-
%ctest
76-
%pytest
75+
# %%ctest
76+
# %%pytest
77+
# Cannot use ctest or pytest integration yet. Replicating ci.yaml workflow
78+
# https://github.com/pybind/pybind11/issues/5095
79+
%cmake_build --target check
7780

7881

7982
%files devel

0 commit comments

Comments
 (0)