diff --git a/pyproject.toml b/pyproject.toml index f1fba92..095d22e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,5 +60,5 @@ addopts = "--cov=apyds" [tool.cibuildwheel] macos.archs = ["universal2"] windows.archs = ["AMD64"] -test-requires = ["pytest"] +test-requires = ["pytest", "pytest-cov"] test-command = ["python -m pytest {project}"]