From d816a5966e52c9fea6b53663523b72acac22e9c8 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 6 Aug 2020 09:09:58 -0700 Subject: [PATCH] Force an upgrade to a newer version of antsibull --- test/lib/ansible_test/_data/requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/lib/ansible_test/_data/requirements/constraints.txt b/test/lib/ansible_test/_data/requirements/constraints.txt index 78dd5d0d7d6..33daaadead2 100644 --- a/test/lib/ansible_test/_data/requirements/constraints.txt +++ b/test/lib/ansible_test/_data/requirements/constraints.txt @@ -47,6 +47,9 @@ setuptools < 45 ; python_version == '2.7' # setuptools 45 and later require pyth # freeze antsibull-changelog for consistent test results antsibull-changelog == 0.7.0 +# Make sure we have a new enough antsibull for the CLI args we use +antsibull >= 0.21.0 + # freeze pylint and its requirements for consistent test results astroid == 2.2.5 isort == 4.3.15