Merge ~aciba/ubuntu/+source/python-s3transfer:add-tests into ubuntu/+source/python-s3transfer:ubuntu/devel

Proposed by Alberto Contreras
Status: Superseded
Proposed branch: ~aciba/ubuntu/+source/python-s3transfer:add-tests
Merge into: ubuntu/+source/python-s3transfer:ubuntu/devel
Diff against target: 62 lines (+18/-3)
3 files modified
debian/changelog (+9/-0)
debian/control (+4/-1)
debian/rules (+5/-2)
Reviewer Review Type Date Requested Status
Paride Legovini (community) Needs Information
git-ubuntu import Pending
Review via email: mp+464413@code.launchpad.net

This proposal has been superseded by a proposal from 2024-04-16.

Commit message

add tests

To post a comment you must log in.
Revision history for this message
Alberto Contreras (aciba) wrote :
Revision history for this message
Paride Legovini (paride) :
review: Needs Information
Revision history for this message
Paride Legovini (paride) :
Revision history for this message
Alberto Contreras (aciba) :

Unmerged commits

6c867a3... by Alberto Contreras

Releasing 0.10.0-1ubuntu1

06b1766... by Alberto Contreras

Update maintainer

d21b9b8... by Alberto Contreras

changelog

c2e0b08... by Alberto Contreras

  * d/control: add autopkgtest-pkg-pybuild

ba684ed... by Alberto Contreras

  * d/control: add python3-pytest as build dependency and
    disable tests that require internet
  * d/rules: enable unit tests during build

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 83f9453..459a7fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
1python-s3transfer (0.10.0-1ubuntu1) noble; urgency=medium
2
3 * d/control: add python3-pytest as build dependency and
4 disable tests that require internet
5 * d/rules: enable unit tests during build
6 * d/control: add autopkgtest-pkg-pybuild
7
8 -- Alberto Contreras <alberto.contreras@canonical.com> Tue, 16 Apr 2024 14:53:45 +0200
9
1python-s3transfer (0.10.0-1) unstable; urgency=medium10python-s3transfer (0.10.0-1) unstable; urgency=medium
211
3 * Team Upload12 * Team Upload
diff --git a/debian/control b/debian/control
index 9c1d101..2713acd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,21 @@
1Source: python-s3transfer1Source: python-s3transfer
2Section: python2Section: python
3Priority: optional3Priority: optional
4Maintainer: Debian Python Team <team+python@tracker.debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
5Uploaders: TANIGUCHI Takaki <takaki@debian.org>6Uploaders: TANIGUCHI Takaki <takaki@debian.org>
6Build-Depends: debhelper-compat (= 13)7Build-Depends: debhelper-compat (= 13)
7 , python3-all8 , python3-all
8 , python3-setuptools9 , python3-setuptools
9 , dh-sequence-python310 , dh-sequence-python3
10 , python3-botocore (>= 1.34.18+repack-1~)11 , python3-botocore (>= 1.34.18+repack-1~)
12 , python3-pytest
11Rules-Requires-Root: no13Rules-Requires-Root: no
12Standards-Version: 4.6.214Standards-Version: 4.6.2
13Homepage: https://github.com/boto/s3transfer15Homepage: https://github.com/boto/s3transfer
14Vcs-Git: https://salsa.debian.org/python-team/packages/python-s3transfer.git16Vcs-Git: https://salsa.debian.org/python-team/packages/python-s3transfer.git
15Vcs-Browser: https://salsa.debian.org/python-team/packages/python-s3transfer17Vcs-Browser: https://salsa.debian.org/python-team/packages/python-s3transfer
18Testsuite: autopkgtest-pkg-pybuild
1619
17Package: python3-s3transfer20Package: python3-s3transfer
18Architecture: all21Architecture: all
diff --git a/debian/rules b/debian/rules
index 79548d2..1d68bdf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,11 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
22
3export PYBUILD_NAME=s3transfer3export PYBUILD_NAME=s3transfer
4# requires network access4export PYBUILD_TEST_ARGS={dir}/tests/unit \
5export PYBUILD_DISABLE=test5 --deselect tests/unit/test_processpool.py::TestClientFactory::test_create_client \
6 --deselect tests/unit/test_processpool.py::TestClientFactory::test_user_agent_with_config \
7 --deselect tests/unit/test_processpool.py::TestClientFactory::test_user_agent_with_existing_user_agent \
8 --deselect tests/unit/test_processpool.py::TestClientFactory::test_user_agent_with_existing_user_agent_extra
69
7%:10%:
8 dh $@ --buildsystem=pybuild11 dh $@ --buildsystem=pybuild

Subscribers

People subscribed via source and target branches