Specify version of python3-pytest-asyncio in build-depends and autopkgtest

This commit is contained in:
Julian Gilbey 2022-05-29 10:38:47 +01:00
parent d09d76bd84
commit aebb087511
3 changed files with 11 additions and 2 deletions

9
debian/changelog vendored
View file

@ -1,3 +1,12 @@
pytest-mock (3.7.0-2) unstable; urgency=medium
* Team upload
* Specify version limit for python3-pytest-asyncio in Build-Depends and
autopkgtest; the asyncio_mode setting was only introduced in version
0.17 or 0.18. This only affects the tests, not the binary package.
-- Julian Gilbey <jdg@debian.org> Sun, 29 May 2022 10:29:20 +0100
pytest-mock (3.7.0-1) unstable; urgency=medium
* Team upload

2
debian/control vendored
View file

@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-pytest,
python3-pytest-asyncio,
python3-pytest-asyncio (>= 0.18),
python3-setuptools,
python3-setuptools-scm
Build-Conflicts: python3-mock

View file

@ -7,5 +7,5 @@ Test-Command: set -e
; done
Depends: python3-all,
python3-pytest,
python3-pytest-asyncio,
python3-pytest-asyncio (>= 0.18),
python3-pytest-mock