Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests(py39): TestPyJWKClient test suddenly failing on master #1044

Open
pachewise opened this issue Mar 1, 2025 · 0 comments
Open

tests(py39): TestPyJWKClient test suddenly failing on master #1044

pachewise opened this issue Mar 1, 2025 · 0 comments

Comments

@pachewise
Copy link
Contributor

See title; while working on #660, I saw that TestPyJWKClient started failing on py39 (see specific test below).

Expected Result

All test pass on master.

Actual Result

TestPyJWKClient.test_get_jwt_set_sslcontext_no_ca is failing (not throwing an error).

Reproduction Steps

Run tox -e py39-crypto -- tests/test_jwks_client.py::TestPyJWKClient::test_get_jwt_set_sslcontext_no_ca

System Information

Note: likely not relevant as this is related to tests on py39

$ python -m jwt.help
{
  "cryptography": {
    "version": "43.0.1"
  },
  "implementation": {
    "name": "CPython",
    "version": "3.11.4"
  },
  "platform": {
    "release": "24.3.0",
    "system": "Darwin"
  },
  "pyjwt": {
    "version": "2.10.1"
  }
}

This command is only available on PyJWT v1.6.3 and greater. Otherwise,
please provide some basic information about your system.

@pachewise pachewise changed the title tests: TestPyJWKClient test suddenly failing on master tests(py39): TestPyJWKClient test suddenly failing on master Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant