Skip to content

Commit

Permalink
Relax factory-boy requirement to >= 2.4.1
Browse files Browse the repository at this point in the history
We don't need to specify exact version (2.5.2). Furthermore, we don't
even need factory-boy 2.5.x, the APIs used in factories.py can be
satisfied by factory-boy 2.4.1 that is available as a deb package in
Debian jessie and Ubuntu vivid.

Change-Id: I1e82ef3fc5b344d58497a4d4c396e4bc866e310c
  • Loading branch information
Dmitry Borodaenko authored and TatyankaLeontovich committed Oct 1, 2015
1 parent 7e97a1c commit c1549f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mock >= 1.0.1
pytest >= 2.7.1
pytest-django >= 2.8.0
factory_boy == 2.5.2
factory_boy >= 2.4.1
lxml >= 3.4.4

0 comments on commit c1549f8

Please sign in to comment.