Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch an anticipated DeprecationWarning #632

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

kurtmckee
Copy link
Contributor

@kurtmckee kurtmckee commented Jun 25, 2024

I found this while attempting to run the test suite locally with warnings turned on.

tests/test_rabbitmq.py:22:
DeprecationWarning: Use RabbitmqBroker with the 'url' parameter instead of URLRabbitmqBroker.

As this is a known and expected warning, this PR ensures the test suite catches the DeprecationWarning.

@Bogdanp Bogdanp merged commit 39d1a2a into Bogdanp:master Jun 25, 2024
11 checks passed
@kurtmckee kurtmckee deleted the catch-deprecation-warning branch June 25, 2024 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants