Use this tag if you use the pytest-dependency plugin, which allows to mark tests as dependent on each other.
pytest-dependency
allows to mark tests as dependent on other tests and ensures that the test execution order respects these dependencies. A test will also be skipped if a test it depends on had not passed.
Reference: