# dependencies to run pytest

pytest
pytest-asyncio
pytest-cov
pytest-randomly
# Notebook >=6.4.8 + coverage > 6.2 hangs CI: https://github.com/quantumlib/Cirq/issues/4897
coverage<=6.2

# for parallel testing notebooks
pytest-xdist~=2.2.0
filelock~=3.0.12

# For testing time specific logic
freezegun~=0.3.15

# For test_metadata_distributions_after_deprecated_submodule
importlib-metadata

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

# for creating isolated environments
virtualenv
virtualenv-clone
