We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d57fd2 commit 7a7f236Copy full SHA for 7a7f236
1 file changed
setup.cfg
@@ -4,6 +4,8 @@ flake8-ignore =
4
docs/* ALL
5
select = C,E,F,W,B,B950
6
ignore = E203, E501, W503
7
+markers =
8
+ web: marks tests require connection (deselect with '-m "not web"')
9
10
[metadata]
11
description-file = README.md
0 commit comments