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

debugtoolbar code/docs say it requires pyramid>=1.2dev but actually requires 1.4 #183

Closed
lambacck opened this issue Sep 22, 2014 · 2 comments

Comments

@inklesspen
Copy link
Contributor

Since test_toolbar does not pass its requests through a Pyramid router (it generates request objects and feeds them to a tween), request.invoke_subrequest is not available. So test_toolbar makes a mock method. This mock method allows the tests to pass with Pyramid 1.3 even though they should not.

@mmerickel
Copy link
Member

We've pinned the toolbar to >= 1.4.

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

No branches or pull requests

3 participants