Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c3b58b

Browse files
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

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /