mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 13:14:45 +03:00
Remove dist egg after install in release-test
This commit is contained in:
parent
c4414287dd
commit
d832c311b5
2
Makefile
2
Makefile
|
@ -90,7 +90,7 @@ release-test:
|
||||||
python3 setup.py develop
|
python3 setup.py develop
|
||||||
python3 selftest.py
|
python3 selftest.py
|
||||||
python3 -m pytest Tests
|
python3 -m pytest Tests
|
||||||
python3 setup.py install
|
python3 setup.py install --remove-dist-egg
|
||||||
python3 -m pytest -qq
|
python3 -m pytest -qq
|
||||||
check-manifest
|
check-manifest
|
||||||
pyroma .
|
pyroma .
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -927,7 +927,7 @@ which was requested by the option flag --enable-{str(err)}
|
||||||
raise DependencyException(msg)
|
raise DependencyException(msg)
|
||||||
|
|
||||||
if remove_dist_egg:
|
if remove_dist_egg:
|
||||||
egg_path = distribution.get_command_obj('bdist_egg').egg_output
|
egg_path = distribution.get_command_obj("bdist_egg").egg_output
|
||||||
if egg_path:
|
if egg_path:
|
||||||
os.remove(egg_path)
|
os.remove(egg_path)
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user