diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 18b915d..6695011 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -1,3 +1,4 @@ +--- changelog_filename_template: ../CHANGELOG.rst changelog_filename_version_depth: 0 changes_file: changelog.yaml diff --git a/requirements.txt b/requirements.txt index 8988c14..e6f5da1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ jsonschema textfsm ttp xmltodict -netaddr +netaddr==0.10.1 diff --git a/test-requirements.txt b/test-requirements.txt index 4e77e6b..7c6acd0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,12 +4,11 @@ flake8 yamllint # Unit test runner -pytest-ansible ; python_version >= '3.9' -git+https://github.com/ansible-community/pytest-ansible-units.git ; python_version < '3.9' +pytest-ansible pytest-xdist # For integration tests pexpect git+https://github.com/ansible-network/pytest-ansible-network-integration.git ipaddress ; python_version < '3.0' -netaddr +netaddr==0.10.1