Skip to content

Commit 299f99a

Browse files
author
Oliver Sauder
committed
Merge remote-tracking branch 'InvGate/fix_factory_boy_bug' into type_field_name
2 parents 2f57718 + 08ce590 commit 299f99a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements-development.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ isort
55
mock
66
pytest>=2.9.0,<3.0
77
pytest-django
8+
factory-boy<2.9.0
89
pytest-factoryboy
910
recommonmark
1011
Sphinx

setup.py

+1
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)