Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:MaxxedSUSE:Python
python-meson-python
no-build-isolation-in-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-build-isolation-in-test.patch of Package python-meson-python
Index: meson_python-0.14.0/tests/test_pep518.py =================================================================== --- meson_python-0.14.0.orig/tests/test_pep518.py +++ meson_python-0.14.0/tests/test_pep518.py @@ -27,4 +27,4 @@ def test_pep518(package, build_arg, tmp_ with chdir(package_dir / package), in_git_repo_context(): build_args = [build_arg] if build_arg else [] - subprocess.run([sys.executable, '-m', 'build', '--outdir', str(dist), *build_args], check=True) + subprocess.run([sys.executable, '-m', 'build', '-n', '--outdir', str(dist), *build_args], check=True)
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