Skip to content

Commit

Permalink
Use latest sanic
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Raina committed Jan 5, 2021
1 parent b7a885c commit eb31e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from sanic_jwt import Claim, exceptions, Initialize
from sanic_jwt.decorators import protected

Sanic.test_mode = True

class User:
def __init__(self, id, username, password):
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deps =
pytest-flakes
pytest-pep8
pytest-travis-fold
sanic==20.9.1
sanic
commands =
{posargs:pytest --cov --cov-append --cov-report=term-missing -vv tests}

Expand Down

0 comments on commit eb31e97

Please sign in to comment.