Package: python-graphviz / 0.21-1

Metadata

Package Version Patches format
python-graphviz 0.21-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
only one conftest.patch | (download)

tests/backend/conftest.py | 22 0 + 22 - 0 !
tests/conftest.py | 18 18 + 0 - 0 !
2 files changed, 18 insertions(+), 22 deletions(-)

 pytest gets confused with two conftest.py files and
 generates an "import file mismatch" error.
 This merges the contents so there's only one conftest.py file to find.
Bugs: https://github.com/xflr6/graphviz/issues/219