# dependencies to run pytest

pytest
pytest-asyncio
pytest-cov
pytest-randomly
coverage~=7.4

# for parallel testing notebooks
pytest-xdist
filelock~=3.1

# For testing time specific logic
freezegun

# For test_metadata_distributions_after_deprecated_submodule
importlib-metadata

# codeowners test dependency
codeowners; platform_system != "Windows"

# for creating isolated environments
virtualenv~=20.23
virtualenv-clone
