awxkit dropped py2 support awhile ago; stop running tests in py2

This commit is contained in:
Ryan Petrello 2020-06-18 15:31:35 -04:00
parent 1321d298ee
commit e732d03b20
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -367,7 +367,7 @@ test:
fi; \
PYTHONDONTWRITEBYTECODE=1 py.test -p no:cacheprovider -n auto $(TEST_DIRS)
cmp VERSION awxkit/VERSION || "VERSION and awxkit/VERSION *must* match"
cd awxkit && $(VENV_BASE)/awx/bin/tox -re py2,py3
cd awxkit && $(VENV_BASE)/awx/bin/tox -re py3
awx-manage check_migrations --dry-run --check -n 'vNNN_missing_migration_file'
COLLECTION_TEST_DIRS ?= awx_collection/test/awx