You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Update to flake8 occurred on 8/1 (5.00) and the class 'ConfigFileFinder' became unusable and aiaccel tests failed.
Use 4.01 until the error is fixed, and when the flake8 error is fixed, update to the latest version of flake8.
Describe the solution you'd like
delete flake8==4.0.1 from requirements.txt
The text was updated successfully, but these errors were encountered:
yoshipon
changed the title
When flake8 error is fixed, flake8 update to the latest version.
Use the latest Flake8 after pytest-flake8's bug is fixed.
Aug 5, 2022
Is your feature request related to a problem? Please describe.
Update to flake8 occurred on 8/1 (5.00) and the class 'ConfigFileFinder' became unusable and aiaccel tests failed.
Use 4.01 until the error is fixed, and when the flake8 error is fixed, update to the latest version of flake8.
Describe the solution you'd like
delete
flake8==4.0.1
fromrequirements.txt
The text was updated successfully, but these errors were encountered: