Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [1.1.3] - 2023-10-15

### Fixed
- The continuous integration was fixed, as a new maintenance team was assembled.


## [1.1.2] - 2021-04-19
### Fixed
- Fix #18 plugin crash when test case is marked with a non-pytest.mark decorator
Expand Down
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@

setup(
name="pylint-pytest",
version="1.1.2",
author="Reverb Chu",
author_email="[email protected]",
maintainer="Reverb Chu",
maintainer_email="[email protected]",
version="1.1.3a0",
author="Stavros Ntentos",
author_email="[email protected]",
license="MIT",
url="https://github.com/reverbc/pylint-pytest",
description="A Pylint plugin to suppress pytest-related false positives.",
Expand Down