Metadata-Version: 2.1
Name: pytest-xfaillist
Version: 0.1.1
Summary: Maintain a xfaillist in an additional file to avoid merge-conflicts.
Home-page: https://github.com/projectcaluma/pytest-xfaillist
License: AGPL-3.0-or-later
Author: Adfinis AG
Requires-Python: >=3.7,<4.0
Classifier: Environment :: Web Environment
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: pytest (>=6.2.2,<7.0.0)
Project-URL: Repository, https://github.com/projectcaluma/pytest-xfaillist
Description-Content-Type: text/markdown

pytest-xfaillist
===============

Maintain a xfaillist in an additional file to avoid merge-conflicts.

Develop
=======

We have to workaround the missing support of "install -e ." in poetry. To
develop please call:

```bash
./c/develop
```

