Adding missing dependancies for testing#6035
Conversation
Pygments is mandatory for the Flask server PySocks is mandatory for test_lowlevel.py
|
Hi @marwanpro, these dependencies are brought into our test environment from the Rather than duplicating our dependency requirements, I'd be willing to accept a PR adding Regarding pygments, that file should not be being used anywhere in the docs and is mostly there as a legacy artifact. Could you provide more info on what is actually producing the error? |
|
Hi @nateprewitt
It's my fault, I run the command |
Done in 4b0fa7e |
Pygments is mandatory for the Flask server. If Pygments is missing PyTest will not run :
PySocks is mandatory for test_lowlevel.py, if PySocks is missing 8 tests could fail: