We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e14798 + a6febf5 commit 5d01304Copy full SHA for 5d01304
1 file changed
setup.cfg
@@ -7,6 +7,7 @@ license_file = LICENSE
7
[tool:pytest]
8
norecursedirs = .* build dist venv test_data piptools/_compat/* piptools/_vendored/*
9
testpaths = tests piptools
10
+filterwarnings = ignore::PendingDeprecationWarning:pip[.*]
11
12
[flake8]
13
max-line-length = 88
0 commit comments