pytest-pylint 0.21.0-1 source package in Ubuntu

Changelog

pytest-pylint (0.21.0-1) unstable; urgency=medium

  [ Bo YU ]
  * Team upload.
  * New upstream version 0.21.0. (Closes: #1058185)
  * rebase debian/patches

  [ Jeroen Ploemen ]
  * Control: bump versioning of build-deps on pytest, pylint to match
    upstream requirement.
  * Control: drop unused build-dep on python3-six.
  * Rules: drop override to install upstream git changelog.

 -- Bo YU <email address hidden>  Sat, 23 Dec 2023 09:02:09 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-pylint_0.21.0-1.dsc 2.2 KiB 5cac8741702b7b5e12dc93c5469d7cfa1aca08edf16385f49572b09e2e963cc2
pytest-pylint_0.21.0.orig.tar.gz 13.2 KiB 8a62f3fc631ea63df33e1e0089beb06fca8a876f6daf30cd8e121f71bc173f19
pytest-pylint_0.21.0-1.debian.tar.xz 4.3 KiB ad17f043fc8eb40a37c5d9b5781b4b04f89eeb349ae19441895626b2615d2946

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-pylint: pytest plugin to check source code with pylint - Python 3.x

 Run pylint with pytest and have configurable rule types (i.e. Convention,
 Warn, and Error) fail the build. You can also specify a pylintrc file.
 .
 Usage: py.test --pylint
 .
 This package contains the Python 3.x module.