Merge pull request #13825 from TheRealHaoLiu/fix-dependency-conflict

Fix importlib-metadata dependency conflict
This commit is contained in:
Hao Liu 2023-04-07 13:17:49 -04:00 committed by GitHub
commit 80ebe13841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -10,9 +10,6 @@ GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
MANAGEMENT_COMMAND ?= awx-manage
VERSION := $(shell $(PYTHON) tools/scripts/scm_version.py)
# temparary workaround for pip resolver issues
PIP_OPTIONS="--use-deprecated=legacy-resolver"
# ansible-test requires semver compatable version, so we allow overrides to hack it
COLLECTION_VERSION ?= $(shell $(PYTHON) tools/scripts/scm_version.py | cut -d . -f 1-3)
# args for the ansible-test sanity command

View File

@ -172,8 +172,10 @@ idna==3.4
# requests
# twisted
# yarl
importlib-metadata==5.1.0
# via markdown
importlib-metadata==4.6.4
# via
# ansible-runner
# markdown
incremental==22.10.0
# via twisted
inflect==6.0.2