Skip to content

Commit b772a15

Browse files
author
santiavenda2
committed
fix factory-boy version in setup.py and requirements-development.txt
1 parent bc8e8e5 commit b772a15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ isort
55
mock
66
pytest>=2.9.0,<3.0
77
pytest-django
8-
factory-boy==2.8.1
8+
factory-boy<2.9.0
99
pytest-factoryboy
1010
recommonmark
1111
Sphinx

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +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'
108109
'pytest-django',
109110
'pytest>=2.8,<3',
110111
'django-polymorphic',

0 commit comments

Comments
 (0)