pyramid_jwt
pyramid_jwt copied to clipboard
Tests failing with pyramid 2.0
Since pyramid 2.0 was released the tests test_remember_warning and test_forget_warning are failing because the warning's filename shows as pyramid/security.py. I assume this is a change with pyramid, but I am not sure what the correct fix would be. It could be one of the following:
- make sure test test pipeline uses a pre-2.0 version of pyramid
- accept change in 2.0 and change the assertion
- have the test check pyramid version and have different assertions depending on it.
Affected PRs:
- PR #49
- PR #50
- PR #51
- PR #52
- PR #55
- PR #56
PR #58 tests failing for the same reason