Source: pytest-services
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-libmysqlclient-dev,
               dh-python,
               libmemcached-dev,
               memcached,
               mysql-testsuite-8.0,
               python3-all,
               python3-astroid,
               python3-mock,
               python3-mysqldb,
               python3-psutil,
               python3-pylama,
               python3-pylibmc,
               python3-pytest,
               python3-requests,
               python3-setuptools,
               python3-setuptools-scm,
               python3-zc.lockfile (>= 2.0),
               xvfb
Standards-Version: 4.5.1
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Homepage: https://github.com/pytest-dev/pytest-services
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-services.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-services

Package: python3-pytest-services
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Collection of fixtures and utility functions for py.test
 The plugin provides a set of fixtures and utility functions to start service
 processes for tests with pytest
 .
 This package contains the plugin for Python 3 code.
