pytest-env 0.8.2-4 source package in Ubuntu

Changelog

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

  * drop DPT

 -- Sandro Tosi <email address hidden>  Sat, 02 Mar 2024 03:41:13 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-env_0.8.2-4.dsc 2.0 KiB 450ae7cea4c5aba9cf57dbbce99487076aee5b51ee13167078ae3ec519d8353b
pytest-env_0.8.2.orig.tar.gz 7.0 KiB 5a53462f39d9ba160f9dcae75e64ca3cb75bcbbdb6e0077fc870ae86908faf08
pytest-env_0.8.2-4.debian.tar.xz 2.1 KiB 3db63ef65ec63802cc8150995668e1ea8fc5deca90385059490f8c5795292a7a

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.