Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:ALP:Source:Standard:Core:0.1
python-Fabric
fix-executable.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-executable.patch of Package python-Fabric
Index: fabric-2.5.0/tests/main.py =================================================================== --- fabric-2.5.0.orig/tests/main.py +++ fabric-2.5.0/tests/main.py @@ -358,5 +358,5 @@ Fabric .+ Paramiko .+ Invoke .+ """.strip() - output = run("python -m fabric --version", hide=True, in_stream=False) + output = run(sys.executable + " -m fabric --version", hide=True, in_stream=False) assert re.match(expected_output, output.stdout)
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