File: control

package info (click to toggle)
pytest-jupyter 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 644; sh: 23; makefile: 14
file content (34 lines) | stat: -rw-r--r-- 1,321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: pytest-jupyter
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>,
           Julien Puydt <jpuydt@debian.org>,
           Gordon Ball <gordon@chronitis.net>
Section: python
Priority: optional
Standards-Version: 4.7.0
Homepage: https://github.com/jupyter-server/pytest-jupyter
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatchling,
               python3-jupyter-core (>= 5.7),
               python3-pytest
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-jupyter.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-jupyter
Rules-Requires-Root: no

Package: python3-pytest-jupyter
Architecture: all
Depends: python3-ipykernel,
         python3-jupyter-core (>= 5.7),
         python3-jupyter-client,
         python3-nbformat,
         ${misc:Depends},
         ${python3:Depends}
Suggests: python3-jupyter-server
Description: Pytest plugins for Jupyter libraries and extensions
 This set of pytest plugins are used for testing Jupyter.
 It includes an echo kernel to speed up testing.  It uses pytest-tornasync
 internally for async test suite running, and may not be compatible with
 pytest-asyncio.