Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
python-check-manifest
use-current-interpreter.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File use-current-interpreter.patch of Package python-check-manifest
Index: check-manifest-0.49/tests.py =================================================================== --- check-manifest-0.49.orig/tests.py +++ check-manifest-0.49/tests.py @@ -1666,7 +1666,7 @@ class TestCheckManifest(unittest.TestCas # We need a Python interpeter to be in PATH. python = 'python' if hasattr(shutil, 'which'): - for python in 'python', 'python3', os.path.basename(sys.executable): + for python in os.path.basename(sys.executable), 'python', 'python3': if shutil.which(python): break subdir = self._create_repo_with_code_in_subdir()
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