Test-Command: set -e
 ; for py in $(py3versions -s)
 ; do echo "Testing with $py:"
 ; env HOME=$AUTOPKGTEST_TMP $py -m pytest jupyter_client
 ; done
Depends: python3-all,
         python3-ipykernel (>= 6),
         python3-ipython,
         python3-mock,
         python3-pytest,
         python3-pytest-asyncio (>= 0.18.0),
         python3-pytest-timeout,
         python3-sphinx,
         @
Restrictions: allow-stderr
