Why does pytest needs to connect to a redis ? #8692
Unanswered
Andromelus
asked this question in
Q&A
Replies: 1 comment 2 replies
-
at first glance this is based on the addok plugin, i wasn't even aware it exists, please check with the maintainers of that plugin |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(Stuck with these, so upgrade is not a solution)
When running a very simple test (code bellow), pytest actually does two tests (as I understand the logs). The actual test and some connexion to Redis test.
The test
When running the following command:
pytest -v hadoop/test_sample.py
The output is the following (complete logs/stacktrace in attached file):
tests_results.txt
Thanks ! 😃
Beta Was this translation helpful? Give feedback.
All reactions