From 69570f567f23f3e5a94e527e27866fc722082849 Mon Sep 17 00:00:00 2001 From: Tom de Bruijn Date: Tue, 11 Feb 2025 10:21:04 +0100 Subject: [PATCH] Ignore Python deprecation warning It suddenly started printing this warning. We don't pass this flag that I can see, so ignore the output. It doesn't concern our tests. --- spec/support/runner.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/support/runner.rb b/spec/support/runner.rb index 652fbe3..cf5aad2 100644 --- a/spec/support/runner.rb +++ b/spec/support/runner.rb @@ -520,7 +520,8 @@ def ignored_lines /Creating environment: default/, /Installing project in development mode/, /Checking dependencies/, - /Syncing dependencies/ + /Syncing dependencies/, + /DEPRECATION: --no-python-version-warning is deprecated/ ] end