Skip to content

Commit

Permalink
Fallback to globals for these tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Dec 20, 2019
1 parent 54dc881 commit 11e198a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11e198a

Please sign in to comment.