Co-Authored-By: Rémy HUBSCHER <hubscher.remy@gmail.com>
This commit is contained in:
Tom Christie 2019-11-21 11:02:41 +00:00 committed by GitHub
parent 1196c60547
commit 273b0cc37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ def pytest_configure(config):
)
# guardian is optional
# Note that for the test cases we're installing a version of django-gaurdian
# Note that for the test cases we're installing a version of django-guardian
# that's only compatible with Django 2.0+.
if django.VERSION >= (2, 0, 0):
try: