Package: python-graphviz / 0.21-3

Metadata

Package Version Patches format
python-graphviz 0.21-3 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

fix test python3.14.patch | (download)

tests/test_quoting.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix tests on python 3.14