yosai
yosai copied to clipboard
Tox config is broken
Several issues in tox.ini
:
- it wants to install
requirements.txt
but there is no such file -
python -m py.test
should be replaced withpytest
At this point I get the following error: ImportError: No module named 'yosai_dpcache'
, not sure what to do next.