Skip to content
Snippets Groups Projects
Commit 5334f605 authored by Edward Betts's avatar Edward Betts
Browse files

New upstream release.

* Add Build-Depends on python3-puremagic, now required by upstream.
* Update debian/patches/0001-remove-badges.patch.
* Add python3-pytest-asyncio to Build-Depends and test Depends.
* Update debian/watch to handle alpha/beta releases.
parent a214af6f
No related merge requests found
...@@ -2,6 +2,9 @@ python-llm (0.19~a1-1) unstable; urgency=medium ...@@ -2,6 +2,9 @@ python-llm (0.19~a1-1) unstable; urgency=medium
* New upstream release. * New upstream release.
* Add Build-Depends on python3-puremagic, now required by upstream. * Add Build-Depends on python3-puremagic, now required by upstream.
* Update debian/patches/0001-remove-badges.patch.
* Add python3-pytest-asyncio to Build-Depends and test Depends.
* Update debian/watch to handle alpha/beta releases.
-- Edward Betts <edward@4angle.com> Wed, 20 Nov 2024 22:36:16 +0000 -- Edward Betts <edward@4angle.com> Wed, 20 Nov 2024 22:36:16 +0000
......
...@@ -21,6 +21,7 @@ Build-Depends-Indep: ...@@ -21,6 +21,7 @@ Build-Depends-Indep:
python3-puremagic <!nocheck>, python3-puremagic <!nocheck>,
python3-pydantic <!nocheck>, python3-pydantic <!nocheck>,
python3-pytest <!nocheck>, python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-httpx <!nocheck>, python3-pytest-httpx <!nocheck>,
python3-sphinx <!nodoc>, python3-sphinx <!nodoc>,
python3-sphinx-copybutton <!nodoc>, python3-sphinx-copybutton <!nodoc>,
......
...@@ -4,5 +4,6 @@ Depends: ...@@ -4,5 +4,6 @@ Depends:
python3-all, python3-all,
python3-numpy, python3-numpy,
python3-pytest, python3-pytest,
python3-pytest-asyncio,
python3-pytest-httpx, python3-pytest-httpx,
@, @,
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
set -e set -e
cp -r test* "$AUTOPKGTEST_TMP/" && cd "$AUTOPKGTEST_TMP" cp -r test* "$AUTOPKGTEST_TMP/" && cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do for py in $(py3versions -s); do
$py -Wd -m pytest -v -k "not test_uses_correct_key and not test_template_basic" -x 2>&1 $py -Wd -m pytest -v -k "not test_uses_correct_key and not test_template_basic" --asyncio-mode=auto -x 2>&1
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment