Skip to content

Commit 08ce590

Browse files
author
santiavenda2
committed
Fix setup.py factory boy dependency
1 parent b772a15 commit 08ce590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def get_package_data(package):
105105
setup_requires=pytest_runner + sphinx + wheel,
106106
tests_require=[
107107
'pytest-factoryboy',
108-
'factory-boy<2.9.0'
108+
'factory-boy<2.9.0',
109109
'pytest-django',
110110
'pytest>=2.8,<3',
111111
'django-polymorphic',

0 commit comments

Comments
 (0)