Codebase list httmock / e196f55
d/control: add b-d on pytest to force tests to run via something other than the deprecated "python3 setup.py test" command. Louis-Philippe VĂ©ronneau 1 year, 5 months ago
4 changed file(s) with 12 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 httmock (1.4.0-4) UNRELEASED; urgency=medium
1
2 * Team upload.
3 * d/control: add b-d on pytest to force tests to run via something other
4 than the deprecated "python3 setup.py test" command.
5
6 -- Louis-Philippe VĂ©ronneau <pollo@debian.org> Fri, 02 Dec 2022 18:22:34 -0500
7
08 httmock (1.4.0-3) UNRELEASED; urgency=medium
19
210 * Update standards version to 4.6.1, no changes needed.
66 dh-python,
77 python3 (>= 3.1.2-8~),
88 python3-requests (>= 1.0.0),
9 python3-setuptools
9 python3-setuptools,
10 python3-pytest <!nocheck>
1011 Standards-Version: 4.6.1
1112 Vcs-Git: https://salsa.debian.org/python-team/packages/httmock.git
1213 Vcs-Browser: https://salsa.debian.org/python-team/packages/httmock
00 #! /usr/bin/make -f
11
22 export PYBUILD_NAME := httmock
3 export PYBUILD_TEST_ARGS=-v tests.py
34
45 %:
56 dh $@ --with python3 --buildsystem=pybuild