We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d29e6 commit 121fbf7Copy full SHA for 121fbf7
pyproject.toml
@@ -73,3 +73,6 @@ filterwarnings = [
73
# dateutil has a Python 3.12 compatibility issue.
74
'ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated:DeprecationWarning',
75
]
76
+addopts = [
77
+ "--color=yes",
78
+]
0 commit comments