python-pytest-asyncio 0.20.3-1.2 source package in Ubuntu

Changelog

python-pytest-asyncio (0.20.3-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Skip test_pytest_min_version_warning.py in autopkgtest for
    spurious AssertRewriteWarning

 -- Timo Röhling <email address hidden>  Wed, 04 Oct 2023 22:29:34 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
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
python-pytest-asyncio_0.20.3-1.2.dsc 2.2 KiB c0c31c2c3b0cb43d6349bbf47affbfdca5ee8797a527f10cb42a79a0c106729c
python-pytest-asyncio_0.20.3.orig.tar.gz 27.0 KiB 71167da362a2c1ab22a048463eb2954b7f15fba18d41eee6a3b9db03863a2580
python-pytest-asyncio_0.20.3-1.2.debian.tar.xz 4.7 KiB b47496809128f49551794ee77b3825ad581d7cf4b59e3580cbb06df869937a68

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-asyncio: pytest support for asyncio.

 pytest-asyncio is a ibrary for testing asyncio code with pytest.
 .
 asyncio code is usually written in the form of coroutines,
 which makes it slightly more difficult to test
 using normal testing tools.
 pytest-asyncio provides useful fixtures and markers
 to make testing easier.