Error during flask-tests
Hi, after python-onionshare was successfully updated to its latest version beginning of june, one of the latest updates (python-Flask?) broke the test suite again: [ 221s] self.url_map.add(rule) [ 221s] if view_func is not None: [ 221s] old_func = self.view_functions.get(endpoint) [ 221s] if old_func is not None and old_func != view_func: [ 221s] > raise AssertionError( [ 221s] "View function mapping is overwriting an existing" [ 221s] f" endpoint function: {endpoint}" [ 221s] ) [ 221s] E AssertionError: View function mapping is overwriting an existing endpoint function: static https://build.opensuse.org/package/live_build_log/devel:languages:python/ python-onionshare/openSUSE_Tumbleweed/x86_64 Can anyone advice what the issue behind is? Thanks Axel
participants (1)
-
Axel Braun