#7 Update to 24.1.1
Merged 3 months ago by orion. Opened 3 months ago by orion.
rpms/ orion/conda 24.1  into  rawhide

file modified
+13 -4
@@ -1,7 +1,7 @@ 

  %bcond_without tests

  

  Name:           conda

- Version:        23.11.0

+ Version:        24.1.1

  Release:        %autorelease

  Summary:        Cross-platform, Python-agnostic binary package manager

  
@@ -185,7 +185,7 @@ 

  # test_ProgressiveFetchExtract_prefers_conda_v2_format, test_subdir_data_prefers_conda_to_tar_bz2,

  # test_use_only_tar_bz2 fail in F31 koji, but not with mock --enablerepo=local. Let's disable

  # them for now.

- # tests/conda_env/test_create.py::test_create_update_remote_env_file requires network access

+ # tests/env/test_create.py::test_create_update_remote_env_file requires network access

  # tests/cli/test_conda_argparse.py::test_list_through_python_api does not recognize /usr as a conda environment

  # tests/cli/test_main_{clean,info,list,list_reverse,rename}.py tests require network access

  # tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands needs a conda_build fixture that we remove
@@ -207,16 +207,22 @@ 

      --deselect=tests/test_cli.py::test_run_returns_zero_errorlevel \

      --deselect=tests/test_cli.py::test_run_readonly_env \

      --deselect=tests/test_misc.py::test_explicit_missing_cache_entries \

-     --ignore=tests/conda_env/specs/test_binstar.py \

-     --deselect=tests/conda_env/test_create.py::test_create_update_remote_env_file \

+     --ignore=tests/env/specs/test_binstar.py \

+     --deselect=tests/env/test_create.py::test_create_update_remote_env_file \

      --deselect='tests/cli/test_common.py::test_is_active_prefix[active_prefix-True]' \

+     --deselect=tests/cli/test_config.py::test_conda_config_describe \

+     --deselect=tests/cli/test_config.py::test_conda_config_validate \

+     --deselect=tests/cli/test_config.py::test_conda_config_validate_sslverify_truststore \

      --deselect=tests/cli/test_conda_argparse.py::test_list_through_python_api \

      --deselect=tests/cli/test_main_clean.py \

+     --deselect=tests/cli/test_main_info.py::test_info_python_output \

      --deselect=tests/cli/test_main_info.py::test_info_conda_json \

      --deselect=tests/cli/test_main_list.py::test_list \

      --deselect=tests/cli/test_main_list.py::test_list_reverse \

      --deselect=tests/cli/test_main_notices.py::test_notices_appear_once_when_running_decorated_commands \

      --deselect=tests/cli/test_main_notices.py::test_notices_cannot_read_cache_files \

+     --deselect=tests/cli/test_main_remove.py::test_remove_all \

+     --deselect=tests/cli/test_main_remove.py::test_remove_all_keep_env \

      --deselect=tests/cli/test_main_rename.py \

      --deselect=tests/cli/test_main_run.py \

      --deselect=tests/cli/test_subcommands.py::test_create[libmamba] \
@@ -269,6 +275,9 @@ 

      --deselect=tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba] \

      --deselect=tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba] \

      --deselect=tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba] \

+     --deselect=tests/plugins/test_pre_solves.py::test_pre_solve_invoked \

+     --deselect=tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception \

+     --deselect=tests/plugins/test_post_solves.py::test_post_solve_invoked \

      --deselect=tests/plugins/subcommands/doctor/test_cli.py::test_conda_doctor_with_test_environment \

      --deselect=tests/core/test_prefix_data.py::test_get_environment_env_vars \

      --deselect=tests/core/test_prefix_data.py::test_set_unset_environment_env_vars \

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (conda-23.11.0.tar.gz) = 0bb2fc1bfc44d7bed617880052e02a6cd3f9d88eeaae80f20251415e1552cd289e63ef1de6e2d6ee1d27d6aabd9224d027c801af731be62ca5e473736e191f35

+ SHA512 (conda-24.1.1.tar.gz) = 83acc44515691cb136bb36ce23e8488190e4785fc5c74602b2af61529f79a8fd88a781c6595cd6ec54ca9b52f12cac0daef1c097157d09849b87e75b3280b785

no initial comment

1 new commit added

  • Exclude more tests
3 months ago

1 new commit added

  • typo
3 months ago

rebased onto 0a64905

3 months ago

Pull-Request has been merged by orion

3 months ago
Metadata