We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bb4c85 + 08ce590 commit 6a1cbe6Copy full SHA for 6a1cbe6
requirements-development.txt
@@ -5,6 +5,7 @@ isort
5
mock
6
pytest>=2.9.0,<3.0
7
pytest-django
8
+factory-boy<2.9.0
9
pytest-factoryboy
10
recommonmark
11
Sphinx
setup.py
@@ -105,6 +105,7 @@ def get_package_data(package):
105
setup_requires=pytest_runner + sphinx + wheel,
106
tests_require=[
107
'pytest-factoryboy',
108
+ 'factory-boy<2.9.0',
109
'pytest-django',
110
'pytest>=2.8,<3',
111
'django-polymorphic',
0 commit comments