diff options
author | Dominic <yobmod@gmail.com> | 2021-07-19 14:20:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 14:20:21 +0100 |
commit | 1159b7ebcfd293a1df75d792f415be755f11daec (patch) | |
tree | 73393dad9ae425c2ec17ee9e9eb48ff3d52f5df5 | |
parent | c16c438f484ac6b70c3ceb536e6b2e448496e74e (diff) | |
download | gitpython-1159b7ebcfd293a1df75d792f415be755f11daec.tar.gz |
Update pyproject.toml
Add --force sugar flag
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0e33da9e..79e62840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.pytest.ini_options] python_files = 'test_*.py' testpaths = 'test' # space seperated list of paths from root e.g test tests doc/testing -addopts = '--cov=git --cov-report=term --maxfail=10 --disable-warnings' +addopts = '--cov=git --cov-report=term --maxfail=10 --force-sugar --disable-warnings' filterwarnings = 'ignore::DeprecationWarning' # --cov coverage # --cov-report term # send report to terminal term-missing -> terminal with line numbers html xml |