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

Tests modifying sys.path #440

Closed mdickinson closed 1 year ago

mdickinson commented 3 years ago

Some tests are modifying the contents of sys.path, and not resetting the changes.

mdickinson commented 3 years ago

envisage.tests.test_egg_basket_plugin_manager.EggBasketPluginManagerTestCase is one source of this. There may be others.