Skip to content

Commit

Permalink
Ignore Python deprecation warning (#133)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tombruijn authored Feb 11, 2025
2 parents bc36448 + 69570f5 commit ca7a4eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/support/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ca7a4eb

Please sign in to comment.