Skip to content

Commit

Permalink
3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulqarnain committed Apr 29, 2020
1 parent f5d305e commit cdd91fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions opaque_keys/tests/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
``hypothesis`` strategies for generating OpaqueKey objects.
"""

from functools import update_wrapper
from functools import singledispatch, update_wrapper
import string
from six import text_type

from hypothesis import strategies, assume
from hypothesis.strategies._internal.core import cacheable
from singledispatch import singledispatch

from opaque_keys.edx.block_types import BlockTypeKeyV1, XBLOCK_V1, XMODULE_V1
from opaque_keys.edx.asides import (
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# Look into https://github.com/pytest-dev/pytest/issues/6925
pytest<=5.3

# version > 0.15 requires pytest >= 5.4
# version >= 0.16 requires pytest >= 5.4
pytest-pylint<0.16

0 comments on commit cdd91fc

Please sign in to comment.