Commit 17d56d62 authored by xoviat's avatar xoviat

tests: pep517: fix

parent 97ddc77e
......@@ -22,7 +22,7 @@ class BuildBackendBase(object):
self.backend_name = backend_name
class BuildBackend(object):
class BuildBackend(BuildBackendBase):
"""PEP 517 Build Backend"""
def __init__(self, *args, **kwargs):
super(BuildBackend, self).__init__(*args, **kwargs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment