Closed Nitnelav closed 2 years ago
I'm working on fixing tests but I figured @sebhoerl could allready have suggestions/ideas/remarques based on that
tests are working now. the trick is to cleanup sys.modules
between tests to let the externals
stuff work
Nice! :) Can you just reset the version to the previous one? The idea is that we always keep the version at the last release and once we make a new release, we decide on the new number, depending on the changes, whether there were compatibility breaks, etc. (more or less https://semver.org/). If you want, we can directly make a release commit after.
Yes no problem I forgot I did that, reverting back to 1.5...
If you're happy with the change sure let's have a release :)
Here an implementation of https://github.com/eqasim-org/synpp/issues/66 It relies on the
importlib.util.spec_from_file_location
function to be able to replace a Module default source with another one external to the Python PATH.