Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Update factory-boy to 2.10.0 #102

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Contributor

There's a new version of factory-boy available.
You are currently using 2.9.0. I have updated it to 2.10.0

These links might come in handy: PyPI | Changelog | Repo

Changelog

2.10.0


Bugfix:

  • :issue:443: Don't crash when calling :meth:factory.Iterator.reset() on a brand new iterator.

New:

  • :issue:397: Allow a :class:factory.Maybe to contain a :class:~factory.PostGenerationDeclaration.
    This also applies to :class:factory.Trait, since they use a :class:factory.Maybe declaration internally.

2.9.2


Bugfix:

  • Fix declaration corruption bug when a factory defined foo__bar__baz=1 and a caller
    provided a foo__bar=x parameter at call time: this got merged into the factory's base
    declarations.

2.9.1


Bugfix:

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@codecov-io
Copy link

codecov-io commented Jan 29, 2018

Codecov Report

Merging #102 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #102   +/-   ##
========================================
  Coverage    99.58%   99.58%           
========================================
  Files           34       34           
  Lines          962      962           
========================================
  Hits           958      958           
  Misses           4        4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1cb6dec...a7e39db. Read the comment docs.

@pyup-bot
Copy link
Contributor Author

pyup-bot commented May 5, 2018

Closing this in favor of #122

@pyup-bot pyup-bot closed this May 5, 2018
@idegtiarov idegtiarov deleted the pyup-update-factory-boy-2.9.0-to-2.10.0 branch May 5, 2018 00:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants