https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 46b2ba61e42caea5eb48c14ae66c075b27bea64c authored by Valentin Lorentz on 03 December 2018, 13:44:54 UTC
Fallback for get_queue_stats() when using memory:// broker.
Tip revision: 46b2ba6
tox.ini
[tox]
envlist=flake8,py3

[testenv:py3]
deps =
  .[testing]
  pytest-cov
  pifpaf
commands =
  pifpaf run postgresql -- pytest --cov=swh --cov-branch {posargs}

[testenv:flake8]
skip_install = true
deps =
  flake8
commands =
  {envpython} -m flake8
back to top