reubano / csv2ofx

A Python library and command line tool for converting csv to ofx and qif files
MIT License
199 stars 113 forks source link

tox fails with pippy is not allowed #102

Open jaraco opened 1 year ago

jaraco commented 1 year ago
 csv2ofx master $ tox --version
4.5.2 from /Users/jaraco/.local/pipx/venvs/tox/lib/python3.11/site-packages/tox/__init__.py
 csv2ofx master $ tox
py: install_deps> helpers/pippy -r /Users/jaraco/code/reubano/csv2ofx/dev-requirements.txt -r /Users/jaraco/code/reubano/csv2ofx/requirements.txt
py: failed with /Users/jaraco/code/reubano/csv2ofx/helpers/pippy (resolves to /Users/jaraco/code/reubano/csv2ofx/helpers/pippy) is not allowed, use allowlist_externals to allow it
  py: FAIL code 1 (0.02 seconds)
  evaluation failed :( (0.05 seconds)
jaraco commented 1 year ago

(elided)

I realize now that's a separate issue so will report it separately.