Closed hroncok closed 1 week ago
This seems to work, but I don't understand why it is only needed on Python 3.12:
diff --git a/src/tox_current_env/hooks4.py b/src/tox_current_env/hooks4.py
index 5628eff..a24cc5b 100644
--- a/src/tox_current_env/hooks4.py
+++ b/src/tox_current_env/hooks4.py
@@ -249,6 +249,7 @@ class PrintEnv(CurrentEnv):
file=self.options.print_extras_to,
)
self.options.print_extras_to.flush()
+ return super().prepend_env_var_path()
@staticmethod
def id():
Nevertheless, it kills my computer at after [gw2] [ 85%] PASSED
anyway.
full output.txt