From 5c0b58ddd62887fb2fa9db594161557f98732b4dcbf53274224cb4ed32ed7192 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Thu, 19 Dec 2024 15:41:12 +0000 Subject: [PATCH] - 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 --- fix-tests.patch | 20 -------------------- python-hatch.changes | 5 +++++ 2 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 fix-tests.patch diff --git a/fix-tests.patch b/fix-tests.patch deleted file mode 100644 index 5b64aa8..0000000 --- a/fix-tests.patch +++ /dev/null @@ -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) diff --git a/python-hatch.changes b/python-hatch.changes index d3c3d09..31685de 100644 --- a/python-hatch.changes +++ b/python-hatch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 19 15:40:19 UTC 2024 - Nico Krapp + +- actually remove fix-test.patch from tracked files + ------------------------------------------------------------------- Wed Dec 11 18:31:58 UTC 2024 - Matej Cepl