pytest-pylint 0.14.1-2ubuntu1 source package in Ubuntu

Changelog

pytest-pylint (0.14.1-2ubuntu1) focal; urgency=medium

  * debian/patches/import_warning_fix.patch:
    - reorder imports to fix pylint import-outside-toplevel warnings

 -- Sebastien Bacher <email address hidden>  Tue, 03 Dec 2019 10:58:36 +0100

Upload details

Uploaded by:
Sebastien Bacher
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-pylint_0.14.1.orig.tar.gz 8.0 KiB adb3ee15c08ef437b18db17fbb888890d40bbd85d44bbc27d14447b1bbe1364d
pytest-pylint_0.14.1-2ubuntu1.debian.tar.xz 11.0 KiB fb7af2c5fcde5c6c7a15da6fcc18bb364b4d32d4b56fefdb28c4b4be1f7378d1
pytest-pylint_0.14.1-2ubuntu1.dsc 1.6 KiB 3e10c44fb86731b1a31ea20823b6dcf1d14234ecb4c99605ba8e84ab2e4c387c

View changes file

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.