conan: 2.5.0 -> 2.9.1 (#352921)

This commit is contained in:
Pol Dellaiera 2024-11-04 20:12:38 +01:00 committed by GitHub
commit eae3f4dc74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "conan";
version = "2.5.0";
version = "2.9.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "conan-io";
repo = "conan";
rev = "refs/tags/${version}";
hash = "sha256-4GCLmPEoCX1Cw+H6Bo1KA4+9GX35HgONAmMF/WNX6ag=";
hash = "sha256-1KKXOvoSAemzafWvBoYFtxqgSObHcXe3GVPgG25VNm0=";
};
nativeBuildInputs = with python3.pkgs; [
@ -88,9 +88,8 @@ python3.pkgs.buildPythonApplication rec {
disabledTestPaths = [
# Requires cmake, meson, autotools, apt-get, etc.
"test/functional/command/new_test.py"
"test/functional/command/runner_test.py"
"test/functional/command/test_install_deploy.py"
"test/functional/graph/test_transitive_build_scripts.py"
"test/functional/layout/test_editable_cmake.py"
"test/functional/layout/test_editable_cmake_components.py"
"test/functional/layout/test_in_subfolder.py"
@ -102,7 +101,6 @@ python3.pkgs.buildPythonApplication rec {
"test/functional/tools/system/package_manager_test.py"
"test/functional/tools_versions_test.py"
"test/functional/util/test_cmd_args_to_string.py"
"test/integration/command/runner_test.py"
"test/integration/command/user_test.py"
"test/integration/command_v2/list_test.py"
"test/performance/test_large_graph.py"