Skip to content

Commit e90edc1

Browse files
committed
Fix tests
1 parent 1960d6d commit e90edc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/forms/tests/test_djangoinputobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import graphene
22

33
from django import forms
4-
from py.test import raises
4+
from pytest import raises
55

66
from graphene_django import DjangoObjectType
77
from ..types import DjangoFormInputObjectType

0 commit comments

Comments
 (0)