diff --git a/tests/dragonfly/requirements.txt b/tests/dragonfly/requirements.txt index 5be6fb721..d609693be 100644 --- a/tests/dragonfly/requirements.txt +++ b/tests/dragonfly/requirements.txt @@ -20,3 +20,5 @@ pytest-json-report==1.5.0 psutil==5.9.5 boto3==1.28.55 redis-om==0.2.1 +pytest-emoji==0.2.0 +pytest-icdiff==0.8 diff --git a/tests/pytest.ini b/tests/pytest.ini index fd8bf5652..19112d5d0 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -5,5 +5,6 @@ log_date_format = %Y-%m-%d %H:%M:%S log_file_level=DEBUG log_cli = true asyncio_mode=auto +addopts = -ra --emoji markers = slow: marks tests as slow (deselect with '-m "not slow"')