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

Dont adjust the value of DEBUG_PROPAGATE_EXEPTIONS #26

Merged
merged 1 commit into from
Dec 7, 2012

Conversation

dcramer
Copy link
Contributor

@dcramer dcramer commented Dec 7, 2012

The plugin shouldn't make assumptions like this about an environment. This explicitly causes many tests to fail (that are integration tests) in the sentry client bindings (which hooks into Django exception signals), and is pretty painful to fix at a global level.

Unless there's a really good reason this is being forced, we should leave it up to the enduser to decide if they need it enabled or not.

@pelme pelme merged commit 771cbc8 into pytest-dev:master Dec 7, 2012
@pelme
Copy link
Member

pelme commented Dec 7, 2012

Thanks! This is indeed strange, Django doesn't change this setting for its test runs, so there is no reason we should do so either!

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