Source: pytest-twisted Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Timo Röhling Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-decorator , python3-greenlet , python3-pytest , python3-setuptools, python3-twisted , Standards-Version: 4.6.2 Homepage: https://github.com/pytest-dev/pytest-twisted Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-twisted.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-twisted Rules-Requires-Root: no Testsuite: autopkgtest-pkg-pybuild Package: python3-pytest-twisted Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-twisted, Description: twisted plugin for py.test pytest-twisted is a plugin for pytest, which allows one to test code, which uses the twisted framework. test functions can return Deferred objects and pytest will wait for their completion with this plugin. . This package provides the Python 3 module.