mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +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 EditRepo1Test(BaseTest):
|
||||
|
||||
Reference in New Issue
Block a user