Codebase list jupyter-client / c7ec34c
Autopkgtest tests with all python versions (closes: #1012493) Julian Gilbey 1 year, 3 months ago
2 changed file(s) with 10 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
22 * Team upload.
33 * New upstream release.
44 * Refresh patches.
5
6 -- Julian Gilbey <jdg@debian.org> Sun, 15 Jan 2023 09:15:14 +0000
5 * Autopkgtest tests with all python versions (closes: #1012493)
6
7 -- Julian Gilbey <jdg@debian.org> Sun, 15 Jan 2023 09:22:11 +0000
78
89 jupyter-client (7.3.4-1) unstable; urgency=medium
910
0 Test-Command: env HOME=$AUTOPKGTEST_TMP pytest-3 jupyter_client
1 Depends: python3-ipykernel (>= 6),
0 Test-Command: set -e
1 ; for py in $(py3versions -s)
2 ; do echo "Testing with $py:"
3 ; env HOME=$AUTOPKGTEST_TMP $py -m pytest jupyter_client
4 ; done
5 Depends: python3-all,
6 python3-ipykernel (>= 6),
27 python3-ipython,
38 python3-mock,
49 python3-pytest,