Skip to content

Commit 9da1eaa

Browse files
committed
Reduce tests.
1 parent c937eaf commit 9da1eaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"attrs>=21.3.0",
2525
"click>=8.1.8,<8.2.0",
2626
"click-default-group>=1.2.4",
27-
"networkx>=3.0.0",
27+
"networkx>=2.4.0",
2828
"optree>=0.9.0",
2929
"packaging>=23.0.0",
3030
"pluggy>=1.3.0",

tests/test_dag_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
_TEST_SHOULD_RUN = _IS_PYGRAPHVIZ_INSTALLED or (
2424
os.environ.get("CI") and sys.platform == "linux"
2525
)
26-
_GRAPH_LAYOUTS = ["neato", "dot", "fdp", "sfdp", "twopi", "circo"]
26+
_GRAPH_LAYOUTS = ["dot"]
2727
_TEST_FORMATS = ["dot", "pdf", "png", "jpeg", "svg"]
2828

2929

0 commit comments

Comments
 (0)