diff options
| author | Keith Maxwell <keith.maxwell@gmail.com> | 2020-02-05 11:47:36 +0000 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-13 09:29:09 -0300 |
| commit | df6aaecc1f4d1b8c7738765effaff2b539874ec0 (patch) | |
| tree | 359e3b206e4affe2c74ca71a33f253d46056defb /community/python2-tkinter | |
| parent | 6b8af9784ef78bd59bb8bdec40d2231ee0439815 (diff) | |
| download | aports-df6aaecc1f4d1b8c7738765effaff2b539874ec0.tar.bz2 aports-df6aaecc1f4d1b8c7738765effaff2b539874ec0.tar.xz | |
testing/beancount: move py3-pytest to depends
The bean-file command which is a part of this package uses pytest at run
time. It is used indirectly through
<https://bitbucket.org/blais/beancount/src/default/beancount/ingest/__init__.py>
which is installed to
`usr/lib/python3.8/site-packages/beancount/ingest/__init__.py` and uses
pytest at line 13.
Before this change:
1. Install beancount: `sudo apk add beancount`
2. Check that `py3-pytest` is not installed: `apk list --installed
'*pytest*'`
3. Running `/usr/bin/bean-file` gives the output below:
```
Traceback (most recent call last):
File "/usr/bin/bean-file", line 4, in <module>
from beancount.ingest.file import main; main()
File "/usr/lib/python3.8/site-packages/beancount/ingest/__init__.py", line 13, in <module>
import pytest
ModuleNotFoundError: No module named 'pytest'
```
After this change `/usr/bin/bean-file` behaves as expected.
Diffstat (limited to 'community/python2-tkinter')
0 files changed, 0 insertions, 0 deletions
