mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Fallback to globals for these tests
This commit is contained in:
2
Makefile
2
Makefile
@@ -408,7 +408,7 @@ test_collection:
|
|||||||
@if [ "$(VENV_BASE)" ]; then \
|
@if [ "$(VENV_BASE)" ]; then \
|
||||||
. $(VENV_BASE)/awx/bin/activate; \
|
. $(VENV_BASE)/awx/bin/activate; \
|
||||||
fi; \
|
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_collection:
|
||||||
flake8 awx_collection/ # Different settings, in main exclude list
|
flake8 awx_collection/ # Different settings, in main exclude list
|
||||||
|
|||||||
Reference in New Issue
Block a user