-
Notifications
You must be signed in to change notification settings - Fork 30
Tests failing with pyramid 2.0 #57
Copy link
Copy link
Open
Description
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 Fix https-only behaviour #49
- PR implement SameSite cookie attribute #50
- PR convert reissue_time to integer, when read from ini-file it will be a… #51
- PR Implement capability for dual (cookie and header) authentication #52
- PR proposed strategy for integrating with pyramid_authstack #55
- PR proposal for reissue callback and 3rd party token generation #56
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels