Merge pull request #7957 from hugovk/make-release-test-eggless

Update `make release-test`: no more eggs
This commit is contained in:
Andrew Murray 2024-04-13 15:52:47 +10:00 committed by GitHub
commit 3037dea7e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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