Skip to content

Commit

Permalink
1.9.1 - Fixed #48
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Jun 25, 2019
1 parent a91a5c7 commit 9d442e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.9.1 - Bugfix

Fixed [#48](https://github.com/smarie/python-pytest-cases/issues/48).

### 1.9.0 - New `--with-reorder` commandline option

New commandline option '--with-reorder' to change the reordering startegy currently in application. Fixes [#45](https://github.com/smarie/python-pytest-cases/issues/45).
Expand Down
2 changes: 1 addition & 1 deletion pytest_cases/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def getfixtureclosure(fm, fixturenames, parentnode, ignore_args=()):
# new argument "ignore_args" in 4.6+
kwargs['ignore_args'] = ignore_args

if LooseVersion(pytest.__version__) >= LooseVersion('3.10.0'):
if LooseVersion(pytest.__version__) >= LooseVersion('3.7.0'):
# three outputs
initial_names, ref_fixturenames, ref_arg2fixturedefs = \
fm.__class__.getfixtureclosure(fm, fixturenames, parentnode, **kwargs)
Expand Down

0 comments on commit 9d442e8

Please sign in to comment.