mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Add system's requirements.txt, enforce flake8 linter
Fix style issues in functional tests.
This commit is contained in:
@@ -3,7 +3,8 @@ import inspect
|
||||
from lib import BaseTest
|
||||
|
||||
|
||||
changesRemove = lambda _, s: s.replace(os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "changes"), "")
|
||||
def changesRemove(_, s):
|
||||
return s.replace(os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "changes"), "")
|
||||
|
||||
|
||||
class CreateRepo1Test(BaseTest):
|
||||
|
||||
Reference in New Issue
Block a user