1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-10 13:05:46 +01:00

13 lines
154 B
INI
Raw Normal View History

2022-06-21 13:51:25 +02:00
[options]
setup_requires =
pytest-runner
tests_require =
pytest
[aliases]
test=pytest
[flake8]
exclude = .git,__pycache__
max-line-length = 120