File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ ircstream (0.11.0.dev0) UNRELEASED; urgency=medium
7
7
- Specify autopkgtest to autopkgtest-pkg-pybuild.
8
8
- Bump copyright years.
9
9
- Bump Standards-Version to 4.6.2.
10
- * Run tests during the package build as well, and by extension during
11
- autopkgtests.
12
10
13
11
-- Faidon Liambotis <
[email protected] > Thu, 14 Feb 2023 22:30:22 +0200
14
12
Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ Build-Depends:
8
8
pybuild-plugin-pyproject,
9
9
python3-all,
10
10
python3-setuptools (>= 61),
11
- python3-pytest <!nocheck>,
12
- python3-pytest-asyncio <!nocheck>,
13
- python3-irc <!nocheck>,
14
- python3-yaml <!nocheck>,
15
11
Standards-Version: 4.6.2
16
12
Homepage: https://github.com/paravoid/ircstream
17
13
X-Python3-Version: >= 3.9
Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ export PYBUILD_NAME=ircstream
6
6
7
7
% :
8
8
dh $@ --buildsystem=pybuild
9
+
10
+ override_dh_auto_test :
11
+ # we do that with tox instead
You can’t perform that action at this time.
0 commit comments