Fix ansible-test pip filter on Fedora 32.

The original version works on CentOS 8 but not Fedora 32.
This commit is contained in:
Matt Clay 2020-06-09 21:18:29 -07:00
parent aff6b1ff21
commit dc9c1d202b

View file

@ -10,7 +10,7 @@ import warnings
BUILTIN_FILTERER_FILTER = logging.Filterer.filter
LOGGING_MESSAGE_FILTER = re.compile("^("
"WARNING: Running pip install with root privileges is generally not a good idea. .*|" # custom Fedora patch [1]
".*Running pip install with root privileges is generally not a good idea.*|" # custom Fedora patch [1]
"DEPRECATION: Python 2.7 will reach the end of its life .*|" # pip 19.2.3
"Ignoring .*: markers .* don't match your environment|"
"Requirement already satisfied.*"