Files
openlan-cgw/tests/requirements.txt
Oleksandr Mazur e79afca822 Tests: execute tests in tmpfs context (folder)
Whenever tests start, they might do some enviromental
changes to local FS. Handle this by moving
the 'context' of tests execution to a tmpfs folder, that
can be easily purged after tests are done / new test run
is being executed.

NOTE: further changes in regard to tests isolation should
potentially utilize a separate docker container that serves
as a fresh clean and isolated enviroment for tests run.

Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
2024-12-11 16:24:15 +02:00

8 lines
118 B
Plaintext

kafka-python==2.0.2
websockets==13.1
pytest==8.3.3
randmac==0.1
psycopg2-binary==2.9.10
redis==5.2.0
requests==2.32.3