Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
security:tls:staging
python-pytest-server-fixtures
fix-httpd-fixture-path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-httpd-fixture-path.patch of Package python-pytest-server-fixtures
Index: pytest-server-fixtures-1.8.0/pytest_server_fixtures/httpd.py =================================================================== --- pytest-server-fixtures-1.8.0.orig/pytest_server_fixtures/httpd.py +++ pytest-server-fixtures-1.8.0/pytest_server_fixtures/httpd.py @@ -161,7 +161,7 @@ class HTTPDServer(HTTPTestServer): @property def run_cmd(self): - return [CONFIG.httpd_executable, '-f', self.config] + return [CONFIG.httpd_executable, '-f', str(self.config)] def kill(self, retries=5): pid = self.pid
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