pytest-env 0.8.2-1 source package in Ubuntu

Changelog

pytest-env (0.8.2-1) unstable; urgency=low

  * Initial release, autogenerated by py2dsp/3.20230219; Closes: #1043262

 -- Sandro Tosi <email address hidden>  Tue, 08 Aug 2023 16:05:20 -0400

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-env_0.8.2-1.dsc 2.0 KiB 680c615f2f31c724cc8eb1e4afb431e9fa3712d00784168ae8cfe10a5f3299a5
pytest-env_0.8.2.orig.tar.gz 7.0 KiB 5a53462f39d9ba160f9dcae75e64ca3cb75bcbbdb6e0077fc870ae86908faf08
pytest-env_0.8.2-1.debian.tar.xz 2.0 KiB f4bf1fa0c1c8e69d93516148a60f157182a9ffa82588e19ada200c72b2633450

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.