17 buildPythonPackage rec {
18 pname = "ansible-compat";
22 disabled = pythonOlder "3.10";
25 pname = "ansible_compat";
27 hash = "sha256-n/ICReG9nemyOjZ5AlJKsOEfvPt0GDGZbaXaW2Crld8=";
41 export HOME=$(mktemp -d)
42 substituteInPlace test/test_runtime.py \
43 --replace-fail "printenv" "${coreutils}/bin/printenv"
55 "test_prepare_environment_with_collections"
58 "test_require_collection_wrong_version"
59 "test_require_collection"
60 "test_install_collection"
61 "test_install_collection_dest"
62 "test_upgrade_collection"
63 "test_require_collection_no_cache_dir"
64 "test_runtime_has_playbook"
65 "test_runtime_plugins"
69 pythonImportsCheck = [ "ansible_compat" ];
72 description = "Function collection that help interacting with various versions of Ansible";
73 homepage = "https://github.com/ansible/ansible-compat";
74 changelog = "https://github.com/ansible/ansible-compat/releases/tag/v${version}";
75 license = licenses.mit;
76 maintainers = with maintainers; [ dawidd6 ];