Skip to content

Commit 48c57da

Browse files
committed
add tests_require=["pytest"] to setup.py
1 parent e9724f3 commit 48c57da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
keywords="graphviz graph agraph dot convert conversion draw drawio mxgraph xml",
4141
packages=find_packages(exclude=["contrib", "docs", "tests"]),
4242
install_requires=["pygraphviz", "raven"],
43+
tests_require=["pytest"],
4344
entry_points={
4445
"console_scripts": ["graphviz2drawio=graphviz2drawio.__main__:main"]
4546
},

0 commit comments

Comments
 (0)