Page MenuHomeSolus

Update python-pytest-flake8 to 1.0.7 and drop python2 support
ClosedPublic

Authored by algent on Dec 29 2020, 5:12 PM.
Tags
None
Referenced Files
F11069352: D10255.id.diff
Fri, Aug 11, 10:51 PM
F11069351: D10255.id24648.diff
Fri, Aug 11, 10:51 PM
F11069350: D10255.id25070.diff
Fri, Aug 11, 10:51 PM
F11051342: D10255.diff
Thu, Aug 10, 7:57 PM
F11020373: D10255.id24648.diff
Mon, Aug 7, 4:20 AM
F10938436: D10255.id25070.diff
Thu, Jul 13, 2:28 PM
F10845555: D10255.id25070.diff
Jun 11 2023, 12:53 AM
F10839582: D10255.id24648.diff
Jun 9 2023, 9:54 PM
Subscribers

Details

Summary

Changelog:

  • Implement collect() for Flake8Item
  • Fix compatibility with flake8 >= 3.8
  • Fix deprecation warning

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan
  • Succesfully pass build tests
  • Rebuild python-keyring against this package.

Diff Detail

Repository
R3986 python-pytest-flake8
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

algent retitled this revision from Update python-pytest-flake8 to 1.0.7 to Update python-pytest-flake8 to 1.0.7 and drop python2 support.Dec 29 2020, 5:13 PM

Removed parent revision D9620 with deprecating python2 for flake8, because that revision is not going to land anytime soon as per D10399.
Currently python-pytest-flake8 is used only by python-keyring as build dependency and python-keyring is built with python3. So we can continue ahead with this revision by dropping python2 support for python-pytest-flake8.

This revision is now accepted and ready to land.Jan 20 2021, 11:00 PM