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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user