-
Notifications
You must be signed in to change notification settings - Fork 47
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
Update to work for flake8==5.0.0 #88
Open
DominicOram
wants to merge
1
commit into
tholo:master
Choose a base branch
from
DominicOram:fix_to_work_with_latest_flake8
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update to work for flake8==5.0.0 #88
DominicOram
wants to merge
1
commit into
tholo:master
from
DominicOram:fix_to_work_with_latest_flake8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Aug 8, 2022
gentooboontoo
added a commit
to Kozea/gibolt
that referenced
this pull request
Aug 9, 2022
Block `flake8` version due to incompatibility with `pytest-flake8`. See: * tholo/pytest-flake8#87 * tholo/pytest-flake8#88
evgeni
added a commit
to Apipie/apypie
that referenced
this pull request
Aug 29, 2022
pytest-flake8 is broken with it, see tholo/pytest-flake8#87 tholo/pytest-flake8#88
evgeni
added a commit
to Apipie/apypie
that referenced
this pull request
Aug 29, 2022
pytest-flake8 is broken with it, see tholo/pytest-flake8#87 tholo/pytest-flake8#88
@tholo I'd love to help shepherd this change through. Any more thoughts on making me a co-owner/maintainer (#37 (comment))? |
szobov
added a commit
to szobov/anker
that referenced
this pull request
Oct 26, 2022
algitbot
pushed a commit
to alpinelinux/aports
that referenced
this pull request
Oct 27, 2022
sigh python deps tholo/pytest-flake8#88
Tested this PR and lookds like it is OK. + /usr/bin/pytest -ra
=========================================================================== test session starts ============================================================================
platform linux -- Python 3.8.16, pytest-7.2.0, pluggy-1.0.0
rootdir: /home/tkloczko/rpmbuild/BUILD/pytest-flake8-1.1.1, configfile: tox.ini
plugins: flake8-1.1.1
collected 16 items
pytest_flake8.py . [ 6%]
setup.py . [ 12%]
test_flake8.py ............x. [100%]
========================================================================= short test summary info ==========================================================================
XFAIL test_flake8.py::test_strict - flake8 is not properly registered as a marker
====================================================================== 15 passed, 1 xfailed in 1.38s ======================================================================= |
lpsinger
added a commit
to lpsinger/pygcn
that referenced
this pull request
Apr 5, 2023
pytest-flake8 is failing due to tholo/pytest-flake8#88.
lpsinger
added a commit
to nasa-gcn/pygcn
that referenced
this pull request
Apr 5, 2023
pytest-flake8 is failing due to tholo/pytest-flake8#88.
Please consider contributing this fix or others to the revived project at coherent-oss. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #87
To test: