Skip to content

Commit

Permalink
Version 1.2.5 — Avoid errors when using implicit referential fixtures…
Browse files Browse the repository at this point in the history
… in combination with --doctest-modules
  • Loading branch information
theY4Kman committed Aug 23, 2021
1 parent 81fa95d commit a64de8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]


## [1.2.5] — 2021-08-23
### Fixed
- Avoid `ValueError: wrapper has not been initialized` when using implicit referential lambda fixtures (e.g. `name = lambda_fixture()`) in combination with `py.test --doctest-modules`

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'pytest-lambda'
version = "1.2.4"
version = "1.2.5"
description = 'Define pytest fixtures with lambda functions.'
license = 'MIT'

Expand Down

0 comments on commit a64de8e

Please sign in to comment.