Fix ansible-test pip filter on Fedora 32.
The original version works on CentOS 8 but not Fedora 32.
This commit is contained in:
parent
aff6b1ff21
commit
dc9c1d202b
1 changed files with 1 additions and 1 deletions
|
@ -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.*"
|
||||
|
|
Loading…
Add table
Reference in a new issue