Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix FixtureDef signature for newer pytest versions
In pytest-dev/pytest#1586 the "yieldctx" argument to FixtureDef was removed. This uses utils.get_args to check if it's needed or not so pytest-bdd works on pytest versions before and after that PR.
- Loading branch information