Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:ALP:Source:Standard:0.1
python-meson-python
mesonpy-no-wheel-rebuild.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mesonpy-no-wheel-rebuild.patch of Package python-meson-python
We already have the meson_python wheel, can't built it in isolated mode inside OBS Index: meson_python-0.12.0/tests/conftest.py =================================================================== --- meson_python-0.12.0.orig/tests/conftest.py +++ meson_python-0.12.0/tests/conftest.py @@ -142,17 +142,7 @@ def disable_pip_version_check(): @pytest.fixture(scope='session') def pep518_wheelhouse(tmp_path_factory): - wheelhouse = tmp_path_factory.mktemp('wheelhouse') - meson_python = str(package_dir.parent.parent) - # Populate wheelhouse with wheel for the following packages and - # their dependencies. Wheels are downloaded from PyPI or built - # from the source distribution as needed. Sources or wheels in - # the pip cache are used when available. - packages = [ - meson_python, - ] - subprocess.run([sys.executable, '-m', 'pip', 'wheel', '--wheel-dir', str(wheelhouse), *packages], check=True) - return str(wheelhouse) + return str(package_dir.parent.parent / 'build') @pytest.fixture
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