teilchensammler/requirements/dev.in
bronsen 948ab10773 [deps] add pytest-randomly to run tests in random order
ATM it is intended for use in dev env, not test env.

On test/ci we want a more reproducable order (...I think).
2025-06-21 03:10:15 +02:00

12 lines
628 B
Text

-r test.in
django-debug-toolbar # debugging in the browser
django-stubs # type hints for django
ipython # more colorful repl
pip-compile-multi # superior dependency management
rich # pretty exceptions on dev/console
ruff # linter
uv # resolver for pip-compile-multi
genbadge[tests,coverage] # create badges from coverage reports and pytest
pymarkdownlnt # lint markdown files, note: it's "lnt" at the end, not "lint"
pytest-randomly # run tests in random order; installed in dev env because in test/ci we want more reproducibility