Remove pytest-runner

This commit is contained in:
Unrud 2022-07-02 20:37:52 +02:00
parent a2ceaa41a4
commit 413c74c27c
4 changed files with 17 additions and 20 deletions

View file

@ -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]