File: control

package info (click to toggle)
python-nose-exclude 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • ctags: 101
  • sloc: python: 302; makefile: 15
file content (49 lines) | stat: -rw-r--r-- 1,936 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: python-nose-exclude
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
           Thomas Goirand <zigo@debian.org>,
           Barry Warsaw <barry@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-nose,
               python-setuptools,
               python3-all,
               python3-nose,
               python3-setuptools,
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=openstack/python-nose-exclude.git
Vcs-Git: https://anonscm.debian.org/git/openstack/python-nose-exclude.git
Homepage: https://github.com/kgrandis/nose-exclude

Package: python-nose-exclude
Architecture: all
Depends: python-nose,
         ${misc:Depends},
         ${python:Depends},
Recommends: ${python:Recommends},
Description: exclude specific directories from nosetests runs - Python 2.7
 nose-exclude is a Nose plugin that allows you to easily specify directories to
 be excluded from testing. The --exclude-dir= option is made available after
 installation of the plugin. The option may be used multiple times to exclude
 multiple directories from testing. The directory paths provided may be
 absolute or relative.
 .
 This is the Python 2 version.

Package: python3-nose-exclude
Architecture: all
Depends: python3-nose,
         ${misc:Depends},
         ${python3:Depends},
Recommends: ${python3:Recommends},
Description: exclude specific directories from nosetests runs - Python 3.x
 nose-exclude is a Nose plugin that allows you to easily specify directories to
 be excluded from testing. The --exclude-dir= option is made available after
 installation of the plugin. The option may be used multiple times to exclude
 multiple directories from testing. The directory paths provided may be
 absolute or relative.
 .
 This is the Python 3 version.