netbox-community / ansible_modules

NetBox modules for Ansible using Ansible Collections
GNU General Public License v3.0
329 stars 209 forks source link

Drop obsolete versions and fix ansible-test sanity Fixes #1241 #1242

Closed jeffgdotorg closed 4 months ago

jeffgdotorg commented 4 months ago

Related Issue

1241

New Behavior

Contrast to Current Behavior

Impact is strictly to test coverage. Current test behavior includes obsolete versions of both Ansible and Python; this change drops support for obsolete versions of both.

Discussion: Benefits and Drawbacks

Benefits:

Drawbacks:

Changes to the Documentation

None needed

Proposed Release Note Entry

Dropped test coverage for Ansible versions older than v2.15.0 and Python versions older than 3.8.0, both of which are now obsolete.

Double Check

ryanmerolle commented 4 months ago

Run black locally and commit/push should take care of this lint failure.

jeffgdotorg commented 4 months ago

Closing as unneeded since @minitriga covered this work elsewhere.