Skip to content

Commit 1c3b58b

Browse files
committed
pytest-factoryboy does not support pytest3.0+
1 parent d565334 commit 1c3b58b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ def get_package_data(package):
105105
tests_require=[
106106
'pytest-factoryboy',
107107
'pytest-django',
108-
'pytest>=2.8',
108+
'pytest>=2.8,<3',
109+
'django-polymorphic',
109110
] + mock,
110111
zip_safe=False,
111112
)

0 commit comments

Comments
 (0)