We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcf448 commit 1c8f738Copy full SHA for 1c8f738
CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
8
## [Unreleased]
9
+
10
11
+## [1.2.6] — 2022-05-15
12
## Changed
13
- Add support for pytest versions 7.0 and 7.1
14
- Relax pytest version pin to allow all versions under 8.x
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = 'pytest-lambda'
3
-version = "1.2.5"
+version = "1.2.6"
4
description = 'Define pytest fixtures with lambda functions.'
5
license = 'MIT'
0 commit comments