Source: pytest-expect Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Diane Trout Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python-six, python3-all, python3-setuptools, python3-six Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-expect.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-expect.git Homepage: https://github.com/html5lib/html5lib-python Standards-Version: 3.9.8 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Package: python-pytest-expect Architecture: all Depends: python-pytest, python-six, python-u-msgpack, ${misc:Depends}, ${python:Depends} Description: py.test plugin to store test expectations A py.test plugin that stores test expectations by saving the set of failing tests, allowing them to be marked as xfail when running them in future. The tests expectations are stored such that they can be distributed alongside the tests. However, note that test expectations can only be reliably shared between Python 2 and Python 3 if they only use ASCII characters in their node ids: this likely isn’t a limitation if tests are using the normal Python format, as Python 2 only allows ASCII characters in identifiers. . This package contains the Python 2 version of pytest-expect Package: python3-pytest-expect Architecture: all Depends: python3-pytest, python3-six, python3-u-msgpack, ${misc:Depends}, ${python3:Depends} Description: py.test-3 plugin to store test expectations A py.test plugin that stores test expectations by saving the set of failing tests, allowing them to be marked as xfail when running them in future. The tests expectations are stored such that they can be distributed alongside the tests. However, note that test expectations can only be reliably shared between Python 2 and Python 3 if they only use ASCII characters in their node ids: this likely isn’t a limitation if tests are using the normal Python format, as Python 2 only allows ASCII characters in identifiers. . This package contains the Python 3 version of pytest-expect.