Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Fix Optional Dependency Declaration

Compare
Choose a tag to compare
@seandstewart seandstewart released this 15 Oct 11:59
· 247 commits to main since this release

pytest-benchmark was declared as optional, but not marked for which extra it belonged to, which caused it to be listed as a required package in the final setup.py. This has been resolved.