Unnecessary dependencies pytest
, pytest-benchmark
and flaky
are present
#4021
Labels
pytest
, pytest-benchmark
and flaky
are present
#4021
Describe your environment
OS: (e.g, Ubuntu)
Python version: (e.g., Python 3.8.10)
SDK version: (e.g., 1.25.0)
API version: (e.g., 1.25.0)
What happened?
pytest
andpytest-benchmark
appear in as dependencies intox.ini
and also in thetest-requirements*
files, the latter being unnecessary in most cases.Steps to Reproduce
Read
tox.ini
Expected Result
No unnecessary nor repeated dependencies
Actual Result
Unnecessary or repeated dependencies
Additional context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: