mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
`license_file` propert in setup.cfg is deprecated and should be replaced by the `license_files` property. fix #3027
8 lines
169 B
INI
8 lines
169 B
INI
[tool:pytest]
|
|
norecursedirs = examples lib local src
|
|
testpaths = tests/
|
|
addopts = --assert=plain --cov=gunicorn --cov-report=xml
|
|
|
|
[metadata]
|
|
license_files = ['LICENSE']
|