mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2024-12-23 16:46:14 +01:00
Fix tests: Always return from prepend_env_var_path
No idea why this only fails in tests, but it does. Fixes https://github.com/fedora-python/tox-current-env/issues/75
This commit is contained in:
parent
0db9b4b3d4
commit
a5705181f3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user