diff --git a/pyproject.toml b/pyproject.toml index 7806c69f8..c9ce4045e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,6 +101,7 @@ test = [ "pytest", "pytest-asyncio", "pytest-cov", + "pytest-randomly", "pytest-xdist", # test executing notebooks @@ -272,4 +273,3 @@ ignore_missing_imports = true [[tool.mypy.overrides]] module = "dev_tools.qualtran_dev_tools.bloq_report_card" ignore_errors = true -