From dc9c1d202bb9da10f9a36c68aa51a53273d72424 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 9 Jun 2020 21:18:29 -0700 Subject: [PATCH] Fix ansible-test pip filter on Fedora 32. The original version works on CentOS 8 but not Fedora 32. --- test/lib/ansible_test/_data/quiet_pip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/ansible_test/_data/quiet_pip.py b/test/lib/ansible_test/_data/quiet_pip.py index 9ceeef806d6..7d2a6d16af1 100644 --- a/test/lib/ansible_test/_data/quiet_pip.py +++ b/test/lib/ansible_test/_data/quiet_pip.py @@ -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.*"