pytest-pylint 0.21.0-2 source package in Ubuntu

Changelog

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

  * add myself to uploaders
  * remove extraneous dependency on python3-mock
  * use new dh-sequence-python3

  [ Ondřej Nový ]
  * Remove myself from Uploaders.

 -- Alexandre Detiste <email address hidden>  Wed, 27 Mar 2024 14:46:24 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-pylint_0.21.0-2.dsc 2.3 KiB fff0641df58e36c69d406b4c772c0b15892f35d914155ee5eb93866c3b6dd370
pytest-pylint_0.21.0.orig.tar.gz 13.2 KiB 8a62f3fc631ea63df33e1e0089beb06fca8a876f6daf30cd8e121f71bc173f19
pytest-pylint_0.21.0-2.debian.tar.xz 4.4 KiB 664c77266f07e757f2954b531cd0c92cfb963867eee39730e9a4c4af0e6c8295

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.