#3514 Fix pep8 issues from SSSDConfig related files
Closed: wontfix 4 years ago by pbrezina. Opened 6 years ago by fidencio.

[ffidenci@pessoa sssd]$ find src/config -name *.py -exec pep8 {} + | wc -l
370


Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD Referrals Feature
- Issue tagged with: easyfix

6 years ago

Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD Patches welcome (was: SSSD Referrals Feature)

6 years ago

On latest sssd master:
[root@fedora26 sssd]# find src/config -name *.py -exec pep8 {} + | wc -l
find: ‘pep8’: No such file or directory
0
[root@fedora26 sssd]#

@amitkumar25nov:

[ffidenci@pessoa ~]$ dnf provides pep8
Last metadata expiration check: 25 days, 4:28:19 ago on Thu 24 Aug 2017 09:24:44 AM CEST.
python-pep8-1.6.2-8.fc26.noarch : Python style guide checker
Repo        : @System

python-pep8-1.6.2-8.fc26.noarch : Python style guide checker
Repo        : fedora

So, you have to have python-pep8 installed in your system. So, please, just do:

# dnf -y install python-pep8

Removing easyfix tag because patch will create many conflicts when backporting to older branches, downstream distributions.

Metadata Update from @lslebodn:
- Issue untagged with: easyfix

6 years ago

Thank you for taking time to submit this request for SSSD. Unfortunately this issue was not given priority and the team lacks the capacity to work on it at this time.

Given that we are unable to fulfill this request I am closing the issue as wontfix.

If the issue still persist on recent SSSD you can request re-consideration of this decision by reopening this issue. Please provide additional technical details about its importance to you.

Thank you for understanding.

Metadata Update from @pbrezina:
- Issue close_status updated to: wontfix
- Issue status updated to: Closed (was: Open)

4 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4540

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata