-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New spec for Py3 pycodestyle; added to wmcorepy3-devtools #7846
Conversation
wmcorepy3-devtools.spec
Outdated
@@ -1,10 +1,10 @@ | |||
### RPM cms wmcorepy3-devtools 0.2 | |||
### RPM cms wmcorepy3-devtools 0.3 | |||
|
|||
# This is a meta-package to group development tool dependencies | |||
Requires: yuicompressor | |||
Requires: python3 py3-mock py3-pep8 py3-mox3 py3-pylint py3-coverage py3-nose py3-nose2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove py3-pep8 here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do, thanks!
It fails because this new version of pylint requires many other dependencies:
|
@belforte @mapellidario just a heads up that we are updating some of the python3 library versions. Please see first description for further details. |
c239a66
to
348a68d
Compare
update list of requires for astroid and pylint remove local path
348a68d
to
491c7d6
Compare
merge |
Command merge acknowledged. |
Create a python3
pycodestyle
spec, which has no other dependencies; remove thepy3-pep8
, which was only used by WMCore; last but not least, updatepy3-pylint
to2.13.5
and bring in all the necessary updates and new specs that it depends on.