Codebase list pytest-factoryboy / 0c194ab
Remove Python 2 module Sophie Brun 4 years ago
2 changed file(s) with 1 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
44 Uploaders: Sophie Brun <[email protected]>
55 Build-Depends: debhelper-compat (= 12),
66 dh-python,
7 python-all,
8 python-factory-boy,
9 python-inflection,
10 python-pytest,
11 python-pytest-pep8,
12 python-setuptools,
137 python3-all,
148 python3-factory-boy,
159 python3-inflection,
2115 Homepage: https://github.com/pytest-dev/pytest-factoryboy
2216 Vcs-Browser: https://gitlab.com/kalilinux/packages/pytest-factoryboy
2317 Vcs-Git: https://gitlab.com/kalilinux/packages/pytest-factoryboy.git
24
25 Package: python-pytest-factoryboy
26 Architecture: all
27 Depends: ${misc:Depends}, ${python:Depends}
28 Suggests: python-pytest-factoryboy-doc
29 Description: factory_boy integration the pytest runner (Python 2)
30 This package contains a factory_boy integration with the pytest runner. It
31 makes it easy to combine factory approach to the test setup with the
32 dependency injection, heart of the pytest fixtures.
33 .
34 This package installs the library for Python 2.
3518
3619 Package: python3-pytest-factoryboy
3720 Architecture: all
44 export PYBUILD_NAME=pytest-factoryboy
55
66 %:
7 dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
7 dh $@ --with python3,sphinxdoc --buildsystem=pybuild
88
99 override_dh_auto_build:
1010 dh_auto_build