Comment 3 for bug 1503698

Revision history for this message
Ɓukasz Zemczak (sil2100) wrote :

After applying the patch there are still test failures. The first two (in tests/test_41_response.py) can be fixed by:

https://github.com/rohe/pysaml2/commit/ee3d828f80ff18082f89e219e0b48faf0dab45ca

The final failure needs to be fixed manually. The test_eptid_mongo_db test from tests/test_75_mongodb.py fails as the test should not run if a MongoDB is not running - but the test is invalidly written and times out, causing a failure. The change is trivial and after applying it it builds fine, but I want to forward it upstream before proposing a debdiff.