Skip to content

Commit 5d01304

Browse files
author
Asif Saif Uddin
authored
Merge pull request #844 from atugushev/ignore-pip-deprecation-warns
Ignore deprecation warnings from pip module
2 parents 5e14798 + a6febf5 commit 5d01304

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license_file = LICENSE
77
[tool:pytest]
88
norecursedirs = .* build dist venv test_data piptools/_compat/* piptools/_vendored/*
99
testpaths = tests piptools
10+
filterwarnings = ignore::PendingDeprecationWarning:pip[.*]
1011

1112
[flake8]
1213
max-line-length = 88

0 commit comments

Comments
 (0)