Skip to content

Commit

Permalink
Set contextvars for tests (to support py 3.6).
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Feb 1, 2022
1 parent 1d2a9c0 commit 3745122
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -46,7 +46,10 @@ def get_readme():
tests_require=[
'pytest',
'pytest-djangoapp',

# to support Python 3.6 and 3.7
'django<4.0.0',
'contextvars', # for 3.6
],

classifiers=[
Expand Down

0 comments on commit 3745122

Please sign in to comment.