Skip to content

Commit 79f136d

Browse files
committed
Use the custom cmake check target
1 parent 4eb8278 commit 79f136d

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
@@ -71,8 +71,11 @@ sed -i -E 's/,?\s*"ninja[^"]*"//' pyproject.toml
7171

7272

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

7780

7881
%files devel

0 commit comments

Comments
 (0)