Breaking change due to the heavy refactor of both pytest and factory_boy.
- Failing test for using a `attributes` field on the factory (blueyed) - Minimal pytest version is 3.3.2 (olegpidsadnyi) - Minimal factory_boy version is 2.10.0 (olegpidsadnyi)
1.3.2
-----
- use {posargs} in pytest command (blueyed) - pin factory_boy<2.9 (blueyed)
1.3.1
-----
- fix LazyFixture evaluation order (olegpidsadnyi)
1.3.0
-----
- replace request._fixturedefs by request._fixture_defs (p13773)