diff --git a/pyproject.toml b/pyproject.toml index 398b3c9..89904f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decoy" -version = "1.0.1" +version = "1.0.2" description = "Opinionated, typed stubbing and verification library for Python" authors = ["Mike Cousins "] license = "MIT" @@ -34,9 +34,9 @@ pytest = "^6.1.2" pytest-asyncio = "^0.14.0" pytest-xdist = "^2.1.0" +[tool.pytest.ini_options] +addopts = "--color=yes" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" -[tool.pytest.ini_options] -addopts = "--color=yes"