pytest-env 1.1.3-1 source package in Ubuntu

Changelog

pytest-env (1.1.3-1) unstable; urgency=medium

  * New upstream release

 -- Sandro Tosi <email address hidden>  Thu, 07 Mar 2024 21:19:58 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
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-env_1.1.3-1.dsc 2.0 KiB 3cf4a6fd8bb9f69d5a255bc63c4d0fba21af1c4468748fcd6504a8fb3cfb53f2
pytest-env_1.1.3.orig.tar.xz 7.7 KiB ae2c11c7458225ef2f13a4e5c83de8f05c18f0d7f70e1e34bb69abe2cf63602d
pytest-env_1.1.3-1.debian.tar.xz 2.1 KiB b293a9deb5bad4234846bf3df953191bb7e8103c488fd1e69d98325198366a44

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.