enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
82 stars 26 forks source link

Don't ship eggs for testing #459

Closed mdickinson closed 2 years ago

mdickinson commented 2 years ago

This PR removes the static eggs that were used by the test suite. Those eggs were specific to a Python major.minor version, and so needed regeneration for each non-bugfix Python release. Instead, eggs are built as needed by the test suite.

xref: #436, #396, #289, #286, #214, #213, #136, #135