From 6356aa954724dddbbd4686f16f4c3b070beb8a62 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 12 Feb 2022 13:28:53 -0800 Subject: Use pytest-mpl (#4579) * Use pytest-mpl * Try circleci * New * Fix * Fix test * Add documentation * Install default requirments on Circle CI * Install pytest on circle CI * Update python image * Test house w/ colors Co-authored-by: Mridul Seth --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 73b1eda0..b6464d2f 100644 --- a/setup.py +++ b/setup.py @@ -146,7 +146,7 @@ package_data = { "networkx.algorithms.tree": ["tests/*.py"], "networkx.classes": ["tests/*.py"], "networkx.generators": ["tests/*.py", "atlas.dat.gz"], - "networkx.drawing": ["tests/*.py"], + "networkx.drawing": ["tests/*.py", "tests/baseline/*png"], "networkx.linalg": ["tests/*.py"], "networkx.readwrite": ["tests/*.py"], "networkx.readwrite.json_graph": ["tests/*.py"], -- cgit v1.2.1