mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Don't use wild card for egg-info file
This commit is contained in:
parent
ae8e10d900
commit
735bec6be2
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ python-tag = py3
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
addopts = --flake8 --isort --cov radicale -r s
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue