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

Add workaround for isinstance failure on Python 3.6 #470

Closed mdickinson closed 2 years ago

mdickinson commented 2 years ago

This PR adds a workaround for test failures due to a bug(?) with functools.lru_cache on Python 3.6.

Closes #469

mdickinson commented 2 years ago

@rahulporuri Do you have bandwidth for review?

rahulporuri commented 2 years ago

@rahulporuri Do you have bandwidth for review?

yes. reviewing now.