Merging upstream version 0.5.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c8532840ce
commit
6fdc00b917
6 changed files with 83 additions and 8 deletions
|
@ -38,14 +38,11 @@ Donation = 'https://opencollective.com/courtbouillon'
|
|||
|
||||
[project.optional-dependencies]
|
||||
doc = ['sphinx', 'sphinx_rtd_theme']
|
||||
test = ['pytest', 'pytest-xdist', 'pytest-flake8', 'pytest-isort', 'pytest-cov', 'coverage[toml]', 'pillow']
|
||||
test = ['pytest', 'isort', 'flake8', 'pillow']
|
||||
|
||||
[tool.flit.sdist]
|
||||
exclude = ['.*']
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = '--isort --flake8 --numprocesses=auto'
|
||||
|
||||
[tool.coverage.run]
|
||||
branch = true
|
||||
include = ['tests/*', 'pydyf/*']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue