view test/requirements.txt @ 8589:4b2e885ecc07

test: undo monkey patch at end of test Dummy permisions check was leaking and breaking tests in test_liveserver.
author John Rouillard <rouilj@ieee.org>
date Mon, 20 Apr 2026 21:27:52 -0400
parents 4006ddad6b8a
children 363a6bb5a6ae
line wrap: on
line source

# the driving harness
pytest

# coverage stats
coverage
# fuzz tests
hypothesis
# mock - everybody's favorite
mock
# JWT tests
pyjwt
# live_server tests use requests
requests

# readline replacement for windows; used for roundup_admin tests
pyreadline3 ; sys_platform == 'win32'

Roundup Issue Tracker: http://roundup-tracker.org/