pytest-env 0.8.2-3 source package in Ubuntu

Changelog

pytest-env (0.8.2-3) unstable; urgency=medium

  * orphan

 -- Sandro Tosi <email address hidden>  Sat, 02 Mar 2024 00:29:58 -0500

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-env_0.8.2-3.dsc 2.0 KiB f5d402ecc2017e2cd50967f1081b5aae2b73016bccb6d3252f1aed9bc24ea6ea
pytest-env_0.8.2.orig.tar.gz 7.0 KiB 5a53462f39d9ba160f9dcae75e64ca3cb75bcbbdb6e0077fc870ae86908faf08
pytest-env_0.8.2-3.debian.tar.xz 2.1 KiB 3039916f7b73f4f03f5c3670dcce5f58d339be2e2f6e562d6a032a56a2c79343

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-env: pytest plugin that allows you to add environment variables

 In your pytest.ini (or pyproject.toml) file add a key value pair with `env` as
 the key and the environment variables as a line separated list of `KEY=VALUE`
 entries. The defined variables will be added to the environment before any
 tests are run.