Skip to content

Commit 40a07ba

Browse files
author
y-p
committed
BLD: test_perf, supress Futurewarnings, DeprecationWarning
1 parent 337d063 commit 40a07ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vb_suite/test_perf.py

+3
Original file line numberDiff line numberDiff line change
@@ -395,4 +395,7 @@ def inner(repo_path):
395395
if not args.head and (not args.base_commit and not args.target_commit):
396396
parser.print_help()
397397
else:
398+
import warnings
399+
warnings.filterwarnings('ignore',category=FutureWarning)
400+
warnings.filterwarnings('ignore',category=DeprecationWarning)
398401
main()

0 commit comments

Comments
 (0)