Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
python-pytest-codestyle
fix-super.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-super.patch of Package python-pytest-codestyle
Index: pytest-pycodestyle-1.3.0/pytest_codestyle.py =================================================================== --- pytest-pycodestyle-1.3.0.orig/pytest_codestyle.py +++ pytest-pycodestyle-1.3.0/pytest_codestyle.py @@ -34,7 +34,7 @@ class Item(pytest.Item, pytest.File): CACHE_KEY = 'codestyle/mtimes' def __init__(self, path, parent): - super().__init__(path, parent) + super(Item, self).__init__(path, parent) self.add_marker('codestyle') def setup(self):
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