Remove SDK-side ID token validation #912
Build #20260511.9 had test failures
Details
- Failed: 14 (0.31%)
- Passed: 4,138 (93.07%)
- Other: 294 (6.61%)
- Total: 4,446
Annotations
Check failure on line 481 in Build log
azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)
Build log #L481
1 test(s) failed, 370 test(s) collected.
Check failure on line 568 in Build log
azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)
Build log #L568
Bash exited with code '1'.
Check failure on line 481 in Build log
azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)
Build log #L481
1 test(s) failed, 370 test(s) collected.
Check failure on line 568 in Build log
azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)
Build log #L568
Bash exited with code '1'.
azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)
tests/test_cryptography.py::CryptographyTestCase::test_ceiling_should_be_latest_cryptography_version_plus_three
self = <tests.test_cryptography.CryptographyTestCase testMethod=test_ceiling_should_be_latest_cryptography_version_plus_three>
def test_ceiling_should_be_latest_cryptography_version_plus_three(self):
expected_ceiling = int(latest_cryptography_version.split(".")[0]) + 3
> self.assertEqual(
expected_ceiling, get_current_ceiling(),
"Test passed with latest cryptography, so we shall bump ceiling to N+3={}, "
"based on their latest deprecation policy "
"https://cryptography.io/en/latest/api-stability/#deprecation".format(
expected_ceiling))
E AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation
tests/test_cryptography.py:57: AssertionError
Raw output
/opt/hostedtoolcache/Python/3.13.13/x64/lib/python3.13/unittest/case.py:900: AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation
azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)
tests/test_cryptography.py::CryptographyTestCase::test_ceiling_should_be_latest_cryptography_version_plus_three
self = <tests.test_cryptography.CryptographyTestCase testMethod=test_ceiling_should_be_latest_cryptography_version_plus_three>
def test_ceiling_should_be_latest_cryptography_version_plus_three(self):
expected_ceiling = int(latest_cryptography_version.split(".")[0]) + 3
> self.assertEqual(
expected_ceiling, get_current_ceiling(),
"Test passed with latest cryptography, so we shall bump ceiling to N+3={}, "
"based on their latest deprecation policy "
"https://cryptography.io/en/latest/api-stability/#deprecation".format(
expected_ceiling))
E AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation
tests/test_cryptography.py:57: AssertionError
Raw output
/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/unittest/case.py:878: AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation
Check failure on line 1 in test_ceiling_should_be_latest_cryptography_version_plus_three
azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)
test_ceiling_should_be_latest_cryptography_version_plus_three
AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation
Raw output
self = <tests.test_cryptography.CryptographyTestCase testMethod=test_ceiling_should_be_latest_cryptography_version_plus_three>
def test_ceiling_should_be_latest_cryptography_version_plus_three(self):
expected_ceiling = int(latest_cryptography_version.split(".")[0]) + 3
> self.assertEqual(
expected_ceiling, get_current_ceiling(),
"Test passed with latest cryptography, so we shall bump ceiling to N+3={}, "
"based on their latest deprecation policy "
"https://cryptography.io/en/latest/api-stability/#deprecation".format(
expected_ceiling))
E AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation
tests/test_cryptography.py:57: AssertionError
azure-pipelines / AzureAD.microsoft-authentication-library-for-python (2708)
tests/test_cryptography.py::CryptographyTestCase::test_ceiling_should_be_latest_cryptography_version_plus_three
self = <tests.test_cryptography.CryptographyTestCase testMethod=test_ceiling_should_be_latest_cryptography_version_plus_three>
def test_ceiling_should_be_latest_cryptography_version_plus_three(self):
expected_ceiling = int(latest_cryptography_version.split(".")[0]) + 3
> self.assertEqual(
expected_ceiling, get_current_ceiling(),
"Test passed with latest cryptography, so we shall bump ceiling to N+3={}, "
"based on their latest deprecation policy "
"https://cryptography.io/en/latest/api-stability/#deprecation".format(
expected_ceiling))
E AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation
tests/test_cryptography.py:57: AssertionError
Raw output
/opt/hostedtoolcache/Python/3.14.4/x64/lib/python3.14/unittest/case.py:918: AssertionError: 51 != 50 : Test passed with latest cryptography, so we shall bump ceiling to N+3=51, based on their latest deprecation policy https://cryptography.io/en/latest/api-stability/#deprecation