Bug 1899951
| Summary: | python-autopep8: FTBFS in Fedora 33 and rawhide | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> | ||||||
| Component: | python-autopep8 | Assignee: | Matthias Runge <mrunge> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rawhide | CC: | mhroncok, mrunge, ndipanov, thrnciar | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | python-autopep8-1.5.4-1.fc34 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2020-12-07 08:28:53 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 1803234, 1868278, 1890881 | ||||||||
| Attachments: |
|
||||||||
|
Description
Tomáš Hrnčiar
2020-11-20 12:59:18 UTC
======================================================================
FAIL: test_e501_experimental_decorator (test.test_autopep8.ExperimentalSystemTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/autopep8-1.4.3/test/test_autopep8.py", line 6172, in test_e501_experimental_decorator
self.assertEqual(fixed, result)
AssertionError: "\n\n@foo(('xxxxxxxxxxxxxxxxxxxxxxxxxx', u[123 chars]))\n" != "@foo(('xxxxxxxxxxxxxxxxxxxxxxxxxx', users[119 chars]))\n"
-
-
@foo(('xxxxxxxxxxxxxxxxxxxxxxxxxx', users.xxxxxxxxxxxxxxxxxxxxxxxxxx),
('yyyyyyyyyyyy', users.yyyyyyyyyyyy),
('zzzzzzzzzzzzzz', users.zzzzzzzzzzzzzz))
======================================================================
FAIL: test_e501_experimental_with_function_should_not_break_on_colon (test.test_autopep8.ExperimentalSystemTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/autopep8-1.4.3/test/test_autopep8.py", line 5776, in test_e501_experimental_with_function_should_not_break_on_colon
self.assertEqual(fixed, result)
AssertionError: '\ncl[112 chars]et or(\n widget.__class__ == Wi[88 chars]se\n' != '\ncl[112 chars]et or (\n widget.__class__ == W[89 chars]se\n'
class Useless(object):
def _table_field_is_plain_widget(self, widget):
- if widget.__class__ == Widget or(
+ if widget.__class__ == Widget or (
? +
widget.__class__ == WidgetMeta and Widget in widget.__bases__):
return True
return False
======================================================================
FAIL: test_e501_more_aggressive_with_def (test.test_autopep8.SystemTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/autopep8-1.4.3/test/test_autopep8.py", line 3533, in test_e501_more_aggressive_with_def
self.assertEqual(fixed, result)
AssertionError: '\n\ndef foobar(\n sldfkjlsdfsdf,\n[179 chars]ss\n' != 'def foobar(\n sldfkjlsdfsdf,\n [175 chars]ss\n'
-
-
def foobar(
sldfkjlsdfsdf,
kksdfsdfsf,
sdfsdfsdf,
sdfsdfkdk,
szdfsdfsdf,
sdfsdfsdfsdlkfjsdlf,
sdfsdfddf,
sdfsdfsfd,
sdfsdfdsf):
pass
----------------------------------------------------------------------
Ran 532 tests in 11.947s
FAILED (failures=3, skipped=5)
Created attachment 1731278 [details]
build.log from Koji
Created attachment 1731279 [details]
root.log from Koji
Dear Maintainer, your package has an open Fails To Build From Source bug for Fedora 34. Action is required from you. If you can fix your package to build, perform a build in koji, and either create an update in bodhi, or close this bug without creating an update, if updating is not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to acknowledge this. If you have already fixed this issue, please close this Bugzilla report. Following the policy for such packages [2], your package will be orphaned if this bug remains in NEW state more than 8 weeks (not sooner than 2021-01-15). A week before the mass branching of Fedora 35 according to the schedule [3], any packages not successfully rebuilt at least on Fedora 33 will be retired regardless of the status of this bug. [1] https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ [2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ [3] https://fedorapeople.org/groups/schedule/f-35/f-35-key-tasks.html |