Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
python-hatch
fix-tests.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-tests.patch of Package python-hatch
Index: hatch-hatch-v1.12.0/tests/conftest.py =================================================================== --- hatch-hatch-v1.12.0.orig/tests/conftest.py +++ hatch-hatch-v1.12.0/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)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor