reubano / csv2ofx

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

tests fail to run with pippy is not allowed #112

Closed jaraco closed 7 months ago

jaraco commented 7 months ago

Running tox at master:

 csv2ofx main @ 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.15 seconds)
  evaluation failed :( (0.19 seconds)
jaraco commented 7 months ago

This is a dupe of #102.