Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lukas Niegsch
slapos
Commits
70ffe0bd
Commit
70ffe0bd
authored
May 09, 2022
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip astroid
parent
c8cfaef8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
component/pylint/buildout.cfg
component/pylint/buildout.cfg
+8
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+2
-1
No files found.
component/pylint/buildout.cfg
View file @
70ffe0bd
...
@@ -12,6 +12,8 @@ patches =
...
@@ -12,6 +12,8 @@ patches =
${:_profile_base_location_}/astroid-six_moves_import_error.patch#28bef851da125357008b0a07b255b86a
${:_profile_base_location_}/astroid-six_moves_import_error.patch#28bef851da125357008b0a07b255b86a
patch-options = -p1
patch-options = -p1
patch-binary = ${patch:location}/bin/patch
patch-binary = ${patch:location}/bin/patch
depends =
${lazy-object-proxy:eggs}
[pylint]
[pylint]
recipe = zc.recipe.egg:custom
recipe = zc.recipe.egg:custom
...
@@ -21,3 +23,9 @@ patches =
...
@@ -21,3 +23,9 @@ patches =
${:_profile_base_location_}/pylint-redefining-builtins-modules.patch#043defc6e9002ac48b40e078797d4d17
${:_profile_base_location_}/pylint-redefining-builtins-modules.patch#043defc6e9002ac48b40e078797d4d17
patch-options = -p1
patch-options = -p1
patch-binary = ${patch:location}/bin/patch
patch-binary = ${patch:location}/bin/patch
[lazy-object-proxy]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs =
setuptools-scm
stack/erp5/buildout.cfg
View file @
70ffe0bd
...
@@ -640,7 +640,8 @@ pylint = 1.4.4+SlapOSPatched002
...
@@ -640,7 +640,8 @@ pylint = 1.4.4+SlapOSPatched002
# astroid 1.4.1 breaks testDynamicClassGeneration
# astroid 1.4.1 breaks testDynamicClassGeneration
astroid = 1.4.0+SlapOSPatched001
astroid = 1.4.0+SlapOSPatched001
wrapt = 1.14.1
wrapt = 1.14.1
lazy-object-proxy = 1.7.1:whl
lazy-object-proxy = 1.7.1
setuptools-scm = 3.5.0
# use newer version than specified in ZTK
# use newer version than specified in ZTK
PasteDeploy = 1.5.2
PasteDeploy = 1.5.2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment