Don't use wild card for egg-info file

This commit is contained in:
Unrud 2018-04-26 00:00:15 +02:00
parent ae8e10d900
commit 735bec6be2

View File

@ -6,4 +6,4 @@ python-tag = py3
[tool:pytest]
addopts = --flake8 --isort --cov radicale -r s
norecursedirs = dist .cache .git build *.egg-info .eggs venv
norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv