summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-03-21 13:47:41 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-03-29 17:04:12 +0200
commit8387e01902961ab4af366bd442511d11a6909c3e (patch)
treec81d4094f8b2f9eb7ed7faeda8cc2548d9a0c6bb /tox.ini
parentf0128253816d5d1783c6c1def4cc8957a34d3436 (diff)
downloadsetuptools-scm-8387e01902961ab4af366bd442511d11a6909c3e.tar.gz
breaking: replace trace with logging
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b183b09..b7c0123 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,6 +7,8 @@ filterwarnings=
error
ignore:.*tool\.setuptools_scm.*
ignore:.*git archive did not support describe output.*:UserWarning
+log_level = debug
+log_cli_level = info
markers=
issue(id): reference to github issue
skip_commit: allows to skip committing in the helpers
@@ -37,8 +39,8 @@ deps=
check-manifest
docutils
pygments
- setuptools>45
typing_extensions
+ hatchling
commands=
rst2html.py README.rst {envlogdir}/README.html --strict []
check-manifest --no-build-isolation