Skip to content

Commit

Permalink
Add missing test dependency pytest-benchmark to setup.py
Browse files Browse the repository at this point in the history
Without this dependency the test suite fails
  • Loading branch information
brycepg committed Jul 16, 2020
1 parent b0824e9 commit 707fc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -153,7 +153,7 @@ def install(**kwargs):
test_suite="test",
python_requires=">=3.5.*",
setup_requires=pytest_runner,
tests_require=["pytest"],
tests_require=["pytest", "pytest-benchmark"],
project_urls=project_urls,
**kwargs
)
Expand Down

0 comments on commit 707fc46

Please sign in to comment.