Skip to content

Commit

Permalink
Fix flake8 error and add workaround for tholo/pytest-flake8#81
Browse files Browse the repository at this point in the history
  • Loading branch information
papr committed Jan 20, 2022
1 parent 3a9b0e8 commit aa5f0bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ docs =
rst.linker>=1.9
sphinx
testing =
flake8<4
pytest>=6
pytest-black>=0.3.7
pytest-checkdocs>=2.4
Expand Down
1 change: 0 additions & 1 deletion tests/test_backend_selection.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import contextlib
import warnings

import pytest

Expand Down

0 comments on commit aa5f0bf

Please sign in to comment.