Files
nova/test-requirements.txt
Balazs Gibizer 770580bb9c Poison eventlet import in native threading mode
We want to make sure that in native threaded mode eventlet is not
accidentally imported. We do it by

runtime: checking if it is not imported yet and poison future imports of the
module and fail if it is already imported

static time: enabling H905 that catches eventlet imports.
Note that to ease whitelisting the valid eventlet imports we centralized
them into nova.utils.

Change-Id: I7c0d172afc0904c160162638461f9b94f340f6b6
Signed-off-by: Balazs Gibizer <gibi@redhat.com>
2026-05-29 11:35:16 +02:00

17 lines
491 B
Plaintext

hacking==8.0.0 # Apache-2.0
coverage>=4.4.1 # Apache-2.0
ddt>=1.2.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
psycopg2-binary>=2.8 # LGPL/ZPL
PyMySQL>=0.8.0 # MIT License
python-barbicanclient>=4.5.2 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
oslotest>=3.8.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
osprofiler>=1.4.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.5.0 # MIT
bandit>=1.1.0 # Apache-2.0
wsgi-intercept>=1.7.0 # MIT License