You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) cdb1ce000a
Fix `is_pinned` property of `Requirement` (#81812)
Previously, requirement version specs starting with `!=` were
incorrectly considered as pinned release requests because the
comparison was being made against a one-char string while the
operator is two-char. This patch changes the check to test against `!`
which is enough to detect this case.
11 months ago
..
integration Test include_vars reserved variable matching (#84678) 11 months ago
lib/ansible_test ansible-test - Update base/default containers (#84670) 11 months ago
sanity ansible-test - Add pytest-mock to mypy sanity test (#84669) 11 months ago
support Use open with context manager (#83337) 1 year ago
units Fix `is_pinned` property of `Requirement` (#81812) 11 months ago