Skip to content

Commit

Permalink
Merge pull request #704 from eth-brownie/fix-hypothesis-config
Browse files Browse the repository at this point in the history
fix: copy hypothesis settings prior to mutation
  • Loading branch information
iamdefinitelyahuman committed Jul 29, 2020
2 parents ede665d + 47b5131 commit 1721e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brownie/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ def _load_project_dependencies(project_path: Path) -> List:


def _modify_hypothesis_settings(settings, name, parent=None):
settings = settings.copy()
if parent is None:
parent = hp_settings._current_profile

Expand Down

0 comments on commit 1721e30

Please sign in to comment.