stop pre-generating awx.egg-info

This commit is contained in:
Ryan Petrello
2020-05-14 21:29:38 -04:00
parent b69b53f527
commit 54178a1982
9 changed files with 2 additions and 19057 deletions

View File

@@ -353,8 +353,7 @@ swagger: reports
check: flake8 pep8 # pyflakes pylint
awx-link:
cp -R /tmp/awx.egg-info /awx_devel/ || true
sed -i "s/placeholder/$(shell cat VERSION)/" /awx_devel/awx.egg-info/PKG-INFO
python3 /awx_devel/setup.py egg_info
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