diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-10-04 20:57:42 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-10-04 21:47:57 +0200 |
commit | 308b0f6a9cb7063d7117117b960d493478dfd310 (patch) | |
tree | 0d3e6913fd2db8998256e2efc48fcf0c76f0dc9f /pyproject.toml | |
parent | Remove pytest-flake8 from configuration. (diff) | |
download | glucometerutils-308b0f6a9cb7063d7117117b960d493478dfd310.tar glucometerutils-308b0f6a9cb7063d7117117b960d493478dfd310.tar.gz glucometerutils-308b0f6a9cb7063d7117117b960d493478dfd310.tar.bz2 glucometerutils-308b0f6a9cb7063d7117117b960d493478dfd310.tar.lz glucometerutils-308b0f6a9cb7063d7117117b960d493478dfd310.tar.xz glucometerutils-308b0f6a9cb7063d7117117b960d493478dfd310.tar.zst glucometerutils-308b0f6a9cb7063d7117117b960d493478dfd310.zip |
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index a420fce..a7c08d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,3 +42,14 @@ known_first_party = ['glucometerutils'] known_third_party = ['construct', 'hidapi', 'pyscsi', 'serial', 'usbmon'] [tool.setuptools_scm] + +[tool.pytest.ini_options] +addopts = "--color=yes --ignore=setup.py -ra" +timeout = 120 +norecursedirs = [ + '.env', + '.git', + 'dist', + 'build', + 'venv', +] |