diff options
Diffstat (limited to 'test/runner/versions.py')
-rwxr-xr-x | test/runner/versions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runner/versions.py b/test/runner/versions.py index e2a5db8767..edf7a36afe 100755 --- a/test/runner/versions.py +++ b/test/runner/versions.py @@ -3,6 +3,9 @@ import os import sys +import warnings + +warnings.simplefilter('ignore') # avoid python version deprecation warnings when using newer pip dependencies try: import pip |