speed up .egg-info generation on certain systems

This commit is contained in:
Ryan Petrello
2020-05-19 15:00:13 -04:00
parent bfdd136a46
commit 296995e8bd
2 changed files with 13 additions and 1 deletions

View File

@@ -354,7 +354,7 @@ swagger: reports
check: flake8 pep8 # pyflakes pylint
awx-link:
python3 /awx_devel/setup.py egg_info
[ -d "/awx_devel/awx.egg-info" ] || python3 /awx_devel/setup.py egg_info_dev
cp -f /tmp/awx.egg-link /venv/awx/lib/python$(PYTHON_VERSION)/site-packages/awx.egg-link
TEST_DIRS ?= awx/main/tests/unit awx/main/tests/functional awx/conf/tests awx/sso/tests