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.
1 parent bc8e8e5 commit b772a15Copy full SHA for b772a15
requirements-development.txt
@@ -5,7 +5,7 @@ isort
5
mock
6
pytest>=2.9.0,<3.0
7
pytest-django
8
-factory-boy==2.8.1
+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