From e732d03b207350e8316e96179cc000c48bd89b6a Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Thu, 18 Jun 2020 15:31:35 -0400 Subject: [PATCH] awxkit dropped py2 support awhile ago; stop running tests in py2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dac56bc944..70537cf249 100644 --- a/Makefile +++ b/Makefile @@ -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