Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cube-doctor
Commits
0d65c40a5493
Commit
1598a964
authored
Sep 16, 2021
by
Laurent Peuch
Browse files
feat(set_cubes_cw_max_version): only apply to py3 cubes
parent
af053648fc45
Changes
1
Show whitespace changes
Inline
Side-by-side
cube_doctor/transforms/set_cubes_cw_max_version.py
View file @
0d65c40a
...
...
@@ -27,6 +27,9 @@ class SetCubeCubicWebMaxVersion(Command):
AUTO_MR_AUTO_MERGE
=
True
TARGETS
=
(
"cubes"
,)
base_query
=
"?project lgg:has_py3_tests true ."
def
pre_check
(
self
,
root_files
):
if
"__pkginfo__.py"
in
root_files
:
return
...
...
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