diff --git a/src/tox_current_env/hooks4.py b/src/tox_current_env/hooks4.py index 5d629f8..d2a9f1d 100644 --- a/src/tox_current_env/hooks4.py +++ b/src/tox_current_env/hooks4.py @@ -261,6 +261,10 @@ class PrintEnv(CurrentEnv): ) self.options.print_extras_to.flush() + # https://github.com/fedora-python/tox-current-env/issues/75 + return super().prepend_env_var_path() + + @staticmethod def id(): return "print-env"