Skip to content

Commit

Permalink
fix: fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mumarkhan999 committed Jul 4, 2023
1 parent 95a5db5 commit e28da09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion openedx/core/djangoapps/oauth_dispatch/tests/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def _decode_jwt(verify_expiration):

return data


# Note that if we expect the claims to have expired
# then we ask the JWT library not to verify expiration
# as that would throw a ExpiredSignatureError and
Expand Down
2 changes: 0 additions & 2 deletions openedx/core/djangoapps/oauth_dispatch/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@

import ddt
import httpretty
from Cryptodome.PublicKey import RSA
from django.conf import settings
from django.test import RequestFactory, TestCase
from django.urls import reverse
from edx_toggles.toggles.testutils import override_waffle_switch
from jwkest import jwk
from oauth2_provider import models as dot_models

from common.djangoapps.student.tests.factories import UserFactory
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ edx-django-utils==5.5.0
# ora2
# outcome-surveys
# super-csv
edx-drf-extensions==8.8.0
edx-drf-extensions @ git+https://github.com/openedx/edx-drf-extensions.git@umar/make-verify-signature-method-generic
# via
# -r requirements/edx/kernel.in
# edx-completion
Expand Down Expand Up @@ -1221,4 +1221,4 @@ zipp==3.15.0
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
# setuptools

0 comments on commit e28da09

Please sign in to comment.