We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b742d commit 96a12b6Copy full SHA for 96a12b6
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "decoy"
3
-version = "1.0.1"
+version = "1.0.2"
4
description = "Opinionated, typed stubbing and verification library for Python"
5
authors = ["Mike Cousins <mike@cousins.io>"]
6
license = "MIT"
@@ -34,9 +34,9 @@ pytest = "^6.1.2"
34
pytest-asyncio = "^0.14.0"
35
pytest-xdist = "^2.1.0"
36
37
+[tool.pytest.ini_options]
38
+addopts = "--color=yes"
39
[build-system]
40
requires = ["poetry>=0.12"]
41
build-backend = "poetry.masonry.api"
42
-[tool.pytest.ini_options]
-addopts = "--color=yes"
0 commit comments