mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Remove pytest-runner
This commit is contained in:
parent
a2ceaa41a4
commit
413c74c27c
4 changed files with 17 additions and 20 deletions
|
@ -1,12 +1,10 @@
|
|||
[aliases]
|
||||
test = pytest
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag = py3
|
||||
|
||||
[tool:pytest]
|
||||
# More options are set in `setup.py` via environment variable `PYTEST_ADDOPTS`
|
||||
addopts = --flake8 --isort --typeguard-packages=radicale --cov --cov-report=term --cov-report=xml -r s
|
||||
# The "--mypy" argument is ignored in conftest.py if pytest-mypy is not
|
||||
# installed and the implementation is not cpython
|
||||
addopts = --flake8 --isort --typeguard-packages=radicale --mypy --cov --cov-report=term --cov-report=xml -r s
|
||||
norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
|
||||
|
||||
[tool:isort]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue