On Thu, May 18, 2023 at 09:01:16AM +0200, Lucas Nussbaum wrote:
> > ======================================================================
> > FAIL: testIsInvalidIssuer
> > (tests.src.OneLogin.saml2_tests.logout_request_test.OneLogin_Saml2_Logout_Request_Test.testIsInvalidIssuer)
> > Tests the is_valid method of the OneLogin_Saml2_LogoutRequest
> > ----------------------------------------------------------------------
> > onelogin.saml2.errors.OneLogin_Saml2_ValidationError: Could not validate
> > timestamp: expired. Check system clock.)
> >
> > During handling of the above exception, another exception occurred:
> >
> > Traceback (most recent call last):
> > File
> > "/<<PKGBUILDDIR>>/tests/src/OneLogin/saml2_tests/logout_request_test.py",
> > line 331, in testIsInvalidIssuer
> > with self.assertRaisesRegex(Exception, 'Invalid issuer in the Logout
> > Request'):
> > AssertionError: "Invalid issuer in the Logout Request" does not match
> > "Could not validate timestamp: expired. Check system clock.)"
https://github.com/SAML-Toolkits/python-saml/commit/a6a21109179571c9ca23f92e03017759741603c2
looks like a fix for this, though I haven't tested it.