Skip to content

Commit 5f9d266

Browse files
committed
Revert "Run tests during Debian package builds as well"
python3-irc in Debian is a decade-only version, and does not include client_aio which we use. This reverts commit d7bdf98.
1 parent 3749442 commit 5f9d266

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

debian/changelog

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ ircstream (0.11.0.dev0) UNRELEASED; urgency=medium
77
- Specify autopkgtest to autopkgtest-pkg-pybuild.
88
- Bump copyright years.
99
- Bump Standards-Version to 4.6.2.
10-
* Run tests during the package build as well, and by extension during
11-
autopkgtests.
1210

1311
-- Faidon Liambotis <[email protected]> Thu, 14 Feb 2023 22:30:22 +0200
1412

debian/control

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ Build-Depends:
88
pybuild-plugin-pyproject,
99
python3-all,
1010
python3-setuptools (>= 61),
11-
python3-pytest <!nocheck>,
12-
python3-pytest-asyncio <!nocheck>,
13-
python3-irc <!nocheck>,
14-
python3-yaml <!nocheck>,
1511
Standards-Version: 4.6.2
1612
Homepage: https://github.com/paravoid/ircstream
1713
X-Python3-Version: >= 3.9

debian/rules

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ export PYBUILD_NAME=ircstream
66

77
%:
88
dh $@ --buildsystem=pybuild
9+
10+
override_dh_auto_test:
11+
# we do that with tox instead

0 commit comments

Comments
 (0)