aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-03-26 15:51:29 -0600
committerTim Harder <radhermit@gmail.com>2021-03-26 15:51:29 -0600
commit0953a3e1690f17536d0d5ec300c42b90642704a5 (patch)
treec4a1905f338e3750f85bd0d69c1711786af10ca7 /pyproject.toml
parentpytest: add support to force repo object sync (diff)
downloadpkgcore-0953a3e1690f17536d0d5ec300c42b90642704a5.tar.gz
pkgcore-0953a3e1690f17536d0d5ec300c42b90642704a5.tar.bz2
pkgcore-0953a3e1690f17536d0d5ec300c42b90642704a5.zip
pyproject.toml: run pytest verbosely by default
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 636b60ae..1006a99c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,5 +7,5 @@ build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
minversion = "6.0"
-addopts = "-ra -q"
+addopts = "-ra"
testpaths = ["tests"]