pytest-flake8-path 1.5.0-2 source package in Ubuntu

Changelog

pytest-flake8-path (1.5.0-2) unstable; urgency=medium

  * Source-only upload.

 -- Guilherme Puida Moreira <email address hidden>  Thu, 26 Oct 2023 20:35:16 -0300

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-flake8-path_1.5.0-2.dsc 2.2 KiB a089205131fff1625311ef07c643aa87910a744064ec9b89cd4d5d7ad5505d04
pytest-flake8-path_1.5.0.orig.tar.gz 9.4 KiB bd049b867079b22e3ca9021cfd80fa8096ce481588747803b6bebf0c355012a4
pytest-flake8-path_1.5.0-2.debian.tar.xz 2.4 KiB f8e426ab0c5aa72f7727d18a611592ceab1a73937817621ea5c8bf02a8f49bfe

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-flake8-path: pytest fixture for testing flake8 plugins (Python 3)

 Provides a fixture that wraps Pytest's built-in tmp_path fixture, to create a
 temporary directory, allow adding files, and running flake8.
 .
 Pytest-flake8-path is the successor to pytest-flake8dir.
 Pytest-flake8dir was based upon pytest's tmpdir fixture,
 which returned a legacy py.path.local object. Since version
 3.9.0, pytest has provided the tmp_path fixture, which returns
 a standard library pathlib.Path object. Pytest-flake8-path is a
 rewrite of pytest-flake8dir to use tmp_path instead of tmpdir.
 .
 This package installs the library for Python 3.