diff options
| author | 2025-02-17 07:42:44 +0100 | |
|---|---|---|
| committer | 2025-02-17 07:42:44 +0100 | |
| commit | 11f26e4026574a89449fce9f39055dd7d7bdc63b (patch) | |
| tree | f16fe350773078608d57119ebe950c5d2793db46 /pyproject.toml | |
| parent | e8cfe7bc1fb59c150d6abc84956c8c6dfaa7e4a8 (diff) | |
Merging upstream version 2.1.2~dev0+20231127.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0449619..169561f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,5 @@ [build-system] -requires = [ - "setuptools", - "wheel", -] +requires = ["setuptools", "wheel"] [tool.black] skip-string-normalization = true @@ -11,6 +8,8 @@ skip-string-normalization = true profile = "black" [tool.pytest.ini_options] +# Dump tracebacks if a test takes longer than X seconds +faulthandler_timeout = 60 # Hide logged warnings and errors in test output. log_cli_level = "CRITICAL" addopts = "--basetemp=_pytest_temp" |
