From fcdda8d7a710fd6b1d5c339d1d396b7ec10cd8d4 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 5 Oct 2021 11:47:56 -0400 Subject: [PATCH] Remove old test comparing VERSION files --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 8fbf817545..f82d769fdf 100644 --- a/Makefile +++ b/Makefile @@ -290,7 +290,6 @@ test: . $(VENV_BASE)/awx/bin/activate; \ 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 py3 awx-manage check_migrations --dry-run --check -n 'missing_migration_file'