diff --git a/tutor/plugins/v0.py b/tutor/plugins/v0.py index d96c0144e1..3b306cf1c1 100644 --- a/tutor/plugins/v0.py +++ b/tutor/plugins/v0.py @@ -265,8 +265,6 @@ def discover_all(cls) -> None: try: error: t.Optional[str] = None cls(entrypoint) - except Distribution.VersionConflict as e: - error = e.report() except Exception as e: # pylint: disable=broad-except error = str(e) if error: