Remove old test comparing VERSION files

This commit is contained in:
Shane McDonald 2021-10-05 11:47:56 -04:00
parent 1f0b936e82
commit fcdda8d7a7
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -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'