You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,19 @@
1
1
# Changelog
2
2
3
3
## [Unreleased]
4
-
## Fixed
4
+
5
+
## [1.1.1] - 2021-04-12
6
+
### Fixed
5
7
- Fix pytest fixture collection error on non-test modules
6
8
7
9
## [1.1.0] - 2021-04-11
8
-
## Added
10
+
###Added
9
11
- W6402 `useless-pytest-mark-decorator`: add warning for [using pytest.mark on fixtures](https://docs.pytest.org/en/stable/reference.html#marks) (thanks to @DKorytkin)
10
12
- W6403 `deprecated-positional-argument-for-pytest-fixture`: add warning for [positional arguments to pytest.fixture()](https://docs.pytest.org/en/stable/deprecations.html#pytest-fixture-arguments-are-keyword-only) (thanks to @DKorytkin)
11
13
- F6401 `cannot-enumerate-pytest-fixtures`: add fatal error when the plugin cannot enumerate and collect pytest fixtures for analysis (#27)
12
14
13
15
## [1.0.3] - 2021-03-13
14
-
## Fixed
16
+
###Fixed
15
17
- Fix #13 regression caused by mangling `sys.modules`
0 commit comments