14
0
forked from pool/python-hatch

- actually remove fix-test.patch from tracked files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=41
This commit is contained in:
2024-12-19 15:41:12 +00:00
committed by Git OBS Bridge
parent 39bd1bae2f
commit d19933b047
2 changed files with 5 additions and 20 deletions

View File

@@ -1,20 +0,0 @@
---
tests/conftest.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -95,11 +95,12 @@ def isolation(uv_on_path) -> Generator[P
'GIT_AUTHOR_EMAIL': 'foo@bar.baz',
'COLUMNS': '80',
'LINES': '24',
+ 'HATCH_ENV_TYPE_VIRTUAL_UV_PATH': '',
}
if PLATFORM.windows:
default_env_vars['COMSPEC'] = 'cmd.exe'
else:
- default_env_vars['SHELL'] = 'sh'
+ default_env_vars['SHELL'] = 'bash'
with d.as_cwd(default_env_vars):
os.environ.pop(AppEnvVars.ENV_ACTIVE, None)

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 19 15:40:19 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- actually remove fix-test.patch from tracked files
-------------------------------------------------------------------
Wed Dec 11 18:31:58 UTC 2024 - Matej Cepl <mcepl@cepl.eu>