From 133c461ce4c2208872b5653c24dd77f979e17ce2 Mon Sep 17 00:00:00 2001 From: Ashwini Mhatre Date: Fri, 16 Feb 2024 15:49:45 +0530 Subject: [PATCH] Fix nightly runs (#334) * Fix nightly runs * Update test-requirements.txt * Update test-requirements.txt * Update test-requirements.txt * Update config.yaml --------- Co-authored-by: Ashwini Mhatre --- changelogs/config.yaml | 1 + requirements.txt | 2 +- test-requirements.txt | 5 ++--- 3 files changed, 4 insertions(+), 4 deletions(-) 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