File: control

package info (click to toggle)
tox-current-env 0.0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: python: 1,672; sh: 8; makefile: 6
file content (35 lines) | stat: -rw-r--r-- 1,536 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
35
Source: tox-current-env
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bo YU <vimer@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               pybuild-plugin-pyproject,
               python3-setuptools,
               python3-pytest <!nocheck>,
               python3-pytest-xdist <!nocheck>,
               tox <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/fedora-python/tox-current-env
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/tox-current-env.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/tox-current-env/-/tree/debian/main/

Package: tox-current-env
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
         tox,
Description: tox plugin to run tests in current Python environment
 The Python ecosystem now has formal specifications for many pieces of
 package metadata like versions or dependencies. However, there is no
 standardization yet for declaring test dependencies or running
 tests. The most popular de-facto standard for that today is tox, and
 expecting a future standard to evolve from tox.ini. This plugin
 to use tox's dependency lists and testing commands for environments
 other than Python venvs.
 .
 The plugin will enable community best practices around tox
 configuration to grow to better accommodate non-virtualenv environments
 in general – for example, Linux distros, Conda, or containers.