Skip to content
Snippets Groups Projects
Commit 8016da5a authored by Thomas Goirand's avatar Thomas Goirand
Browse files

* Add autopkgtest, thanks to Olivier Gayot <olivier.gayot@canonical.com>

    (Closes: #1064017).
parent a5852965
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ python-requests-unixsocket (0.3.0-4) unstable; urgency=medium
* Apply Ubuntu patch (Closes: #1063892):
- 0001-Inherit-HTTPConnection-through-urllib3.connection-no.patch
* Add testutils-fix-test-flake-on-HEAD-request.patch (Closes: #1064926).
* Add autopkgtest, thanks to Olivier Gayot <olivier.gayot@canonical.com>
(Closes: #1064017).
-- Thomas Goirand <zigo@debian.org> Mon, 29 Apr 2024 15:10:08 +0200
......
Tests: python3-requests-unixsocket
Depends: @, @builddeps@
#!/bin/bash
set -efu
python3_all="$(py3versions -s 2>/dev/null)"
cp -r requests_unixsocket/tests "$AUTOPKGTEST_TMP/"
cd "$AUTOPKGTEST_TMP"
for py in $python3_all; do
echo "=== $py ==="
$py -m pytest --verbose 2>&1
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment