conan: Fix on Darwin

The problem is that the test test_qbsprofile_rcflags requires gcc to be
available. But, gcc is not available on Darwin since Clang is used. I
considered trying to patch the test - but, that felt like the wrong
thing to do since we already have a number of tests that we are
disabling for not being compatible with Darwin.
This commit is contained in:
Palmer Cox
2026-06-06 21:37:21 -04:00
parent e9cc7968ed
commit 3244b07e04
+2
View File
@@ -99,6 +99,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
"test_xcrun"
"test_xcrun_in_required_by_tool_requires"
"test_xcrun_in_tool_requires"
# Requires gcc to run
"test_qbsprofile_rcflags"
];
disabledTestPaths = [