Skip to content

Commit

Permalink
Merge pull request #7957 from hugovk/make-release-test-eggless
Browse files Browse the repository at this point in the history
Update `make release-test`: no more eggs
  • Loading branch information
radarhere committed Apr 13, 2024
2 parents de18f55 + 40504bb commit 3037dea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -78,7 +78,6 @@ release-test:
python3 selftest.py
python3 -m pytest Tests
python3 -m pip install .
-rm dist/*.egg
-rmdir dist
python3 -m pytest -qq
python3 -m check_manifest
Expand Down

0 comments on commit 3037dea

Please sign in to comment.