Accepting request 1240616 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1240616 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansible-compat?expand=0&rev=32
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5820f3122f890d4d5f06a477741378bb1168764201bd6836e8896be291dd9d39
|
||||
size 80848
|
3
python-ansible-compat-25.1.0.tar.gz
Normal file
3
python-ansible-compat-25.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b345b27b943730a6c960d5c6a62ef93c710244c5e3ede0799df04c8f973faad9
|
||||
size 82280
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 16:42:57 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 25.1.0:
|
||||
* Major
|
||||
- Inject venv site-packages at the top of collection path (test
|
||||
isolation) (#447) @ssbarnea
|
||||
- Fail if old ANSIBLE_COLLECTIONS_PATHS is detected (#449)
|
||||
@ssbarnea
|
||||
* Bugfixes
|
||||
- Patch #449 to use ANSIBLE_COLLECTIONS_PATH (#450) @ssbarnea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 07:12:45 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-ansible-compat
|
||||
Version: 25.0.0
|
||||
Version: 25.1.0
|
||||
Release: 0
|
||||
Summary: Compatibility shim for Ansible 2.9 and newer
|
||||
License: MIT
|
||||
@@ -96,6 +96,8 @@ IGNORED_CHECKS="${IGNORED_CHECKS} or test_get_cache_dir_relative"
|
||||
# tests that need network connectivity
|
||||
IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[0]"
|
||||
IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[1]"
|
||||
IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[disabled]"
|
||||
IGNORED_CHECKS="${IGNORED_CHECKS} or test_scan_sys_path[enabled]"
|
||||
# Disable checks on test names: https://github.com/pytest-dev/pytest-plus#user-content-avoiding-problematic-test-identifiers https://github.com/ansible/ansible-compat/issues/340
|
||||
export PYTEST_CHECK_TEST_ID_REGEX=0
|
||||
%pytest -k "not (${IGNORED_CHECKS})"
|
||||
|
Reference in New Issue
Block a user