Skip to content

Commit 707fc46

Browse files
committed
Add missing test dependency pytest-benchmark to setup.py
Without this dependency the test suite fails
1 parent b0824e9 commit 707fc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def install(**kwargs):
153153
test_suite="test",
154154
python_requires=">=3.5.*",
155155
setup_requires=pytest_runner,
156-
tests_require=["pytest"],
156+
tests_require=["pytest", "pytest-benchmark"],
157157
project_urls=project_urls,
158158
**kwargs
159159
)

0 commit comments

Comments
 (0)