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
# By Stavros Ntentos (14) and others
# Via GitHub (10) and Stavros Ntentos (1)
* master:
Update/Prepare Changelog for v1.1.7
use pylint v3 in the repo
remove support of pylint v1
Support pylint v3
Release v1.1.6
Minor `.github/ISSUE_TEMPLATE/bug_report.md` improvement
Release v1.1.5
Improve copy-paste docstring from 8756cc4
Fix tests running via PyCharm
Move `--cov-report=html` to `addopts`
Windows Artifacts have incorrect Slugification
Release v1.1.4
Extend coverage for `if node.name in FixtureChecker._pytest_fixtures[fixname][0].argnames:`
Make `nsp/nate/better-unused-argument` merge-able with `origin/master`
Improve `F6401`:`cannot-enumerate-pytest-fixtures`:
🐛 Ignore collection failures in non-tests
removes more false positives for unused-argument
Signed-off-by: Stavros Ntentos <[email protected]>
# Conflicts:
# .github/workflows/run-tests.yaml
# CHANGELOG.md
# setup.py
# tests/base_tester.py
# tox.ini
Additionally, some minor format modifications at `CHANGELOG.md`
Copy file name to clipboardExpand all lines: CHANGELOG.md
+66-3Lines changed: 66 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,75 @@
4
4
5
5
### Added
6
6
7
-
- Support for Python 3.12 (#24)
8
-
- Support for Pylint 3 (#24)
7
+
* Support for Python 3.12 (https://github.com/pylint-dev/pylint-pytest/pull/24)
8
+
* Support for Pylint 3 (https://github.com/pylint-dev/pylint-pytest/pull/24)
9
9
10
10
### Removed
11
11
12
-
- Support for Python 3.6 & 3.7 (#23)
12
+
* Support for Python 3.6 & 3.7 (https://github.com/pylint-dev/pylint-pytest/pull/23)
13
+
14
+
## [1.1.7] - 2023-12-04
15
+
16
+
This is a small release to support additionally Pylint v3.
17
+
It should be noted, however, that for linting, Pylint must be v3 or newer (due to backwards-incompatible changes).
18
+
19
+
### Fixed
20
+
21
+
* Support pylint v3 and drop v1 (https://github.com/pylint-dev/pylint-pytest/pull/27)
22
+
23
+
## [1.1.6] - 2023-11-20
24
+
25
+
This is a small bugfix release.
26
+
27
+
This will probably be the last bugfix release in the v1 series.
28
+
We MAY support Python 3.12 in the v1 series if support appears to be trivial.
29
+
30
+
### Fixed
31
+
32
+
* 🐛 Ignore collection failures in non-tests (https://github.com/pylint-dev/pylint-pytest/pull/15)
33
+
* Minor `.github/ISSUE_TEMPLATE/bug_report.md` improvement (https://github.com/pylint-dev/pylint-pytest/commit/22650f9912bcdc6a1bc4b3166f70bba7339aba7c)
34
+
35
+
## [1.1.5] - 2023-11-13
36
+
37
+
This is a small bugfix release.
38
+
39
+
### Fixed
40
+
41
+
* removes more false positives for unused-argument (https://github.com/pylint-dev/pylint-pytest/pull/21)
42
+
* A collection of minor improvements to tests (https://github.com/pylint-dev/pylint-pytest/pull/26)
43
+
* Windows Artifacts have incorrect Slugification (https://github.com/pylint-dev/pylint-pytest/pull/25)
0 commit comments