Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pytest.ini - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e09813e522e0f548a78581b7c3360bc10fedd76e (plain)
1
2
3
4
5
6
7
8
9
# This file isn't used while testing packages in tools/_release.sh so any
# settings we want to also change there must be added to the release script
# directly.
[pytest]
# In general, all warnings are treated as errors. Here are the exceptions:
#   1- decodestring: https://github.com/rthalley/dnspython/issues/338
filterwarnings =
    error
    ignore:decodestring:DeprecationWarning