mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-05 10:58:07 +01:00
13 lines
154 B
INI
13 lines
154 B
INI
[options]
|
|
setup_requires =
|
|
pytest-runner
|
|
tests_require =
|
|
pytest
|
|
|
|
[aliases]
|
|
test=pytest
|
|
|
|
[flake8]
|
|
exclude = .git,__pycache__
|
|
max-line-length = 120
|