summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-04-14 06:12:09 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-04-14 06:12:09 -0400
commite6e6bdfa70a918aeb4f436c1739e7baf75d2e75f (patch)
treea145caea46fe09d51d84a0f5f7fc5c75707c807a /Makefile
parent8979a69e1dfd78cc96f9b6efd111c9d8cf92e120 (diff)
downloadpython-coveragepy-git-e6e6bdfa70a918aeb4f436c1739e7baf75d2e75f.tar.gz
test: remove the .egg test
People don't use .egg much anymore, distutils is showing deprecation warnings, and coverage.py only deals with them the same way it deals with .zip files, so let's just rely on a .zip test to cover that.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b5cb0903..eeb10535 100644
--- a/Makefile
+++ b/Makefile
@@ -24,9 +24,7 @@ clean: clean_platform ## Remove artifacts of test execution, i
rm -f .coverage .coverage.* coverage.xml .metacov*
rm -f .tox/*/lib/*/site-packages/zzz_metacov.pth
rm -f */.coverage */*/.coverage */*/*/.coverage */*/*/*/.coverage */*/*/*/*/.coverage */*/*/*/*/*/.coverage
- rm -f tests/covmain.zip tests/zipmods.zip
- rm -rf tests/eggsrc/build tests/eggsrc/dist tests/eggsrc/*.egg-info
- rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz
+ rm -f tests/covmain.zip tests/zipmods.zip tests/zip1.zip
rm -rf doc/_build doc/_spell doc/sample_html_beta
rm -rf tmp
rm -rf .cache .pytest_cache .hypothesis