Fallback to globals for these tests

This commit is contained in:
AlanCoding 2019-12-20 08:34:17 -05:00
parent ca8dcced8b
commit 18bb910e33
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -408,7 +408,7 @@ test_collection:
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/awx/bin/activate; \
fi; \
PYTHONPATH=$(COLLECTION_VENV):/awx_devel/awx_collection:$PYTHONPATH py.test $(COLLECTION_TEST_DIRS)
PYTHONPATH=$(COLLECTION_VENV):/awx_devel/awx_collection:$PYTHONPATH:/usr/lib/python3.6/site-packages py.test $(COLLECTION_TEST_DIRS)
flake8_collection:
flake8 awx_collection/ # Different settings, in main exclude list