I am using pytest-dependency to create dependency on tests. I want the dependent test to get return value from another test.
pytest-dependency
Example:
@pyt