<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/beancount, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/beancount: move from testing</title>
<updated>2020-02-13T12:29:09+00:00</updated>
<author>
<name>Keith Maxwell</name>
<email>keith.maxwell@gmail.com</email>
</author>
<published>2020-02-05T11:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c4ec91224116324d25d773aecfb062e3ac0b994c'/>
<id>c4ec91224116324d25d773aecfb062e3ac0b994c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/beancount: disable warnings and a test</title>
<updated>2020-02-13T12:29:09+00:00</updated>
<author>
<name>Keith Maxwell</name>
<email>keith.maxwell@gmail.com</email>
</author>
<published>2020-02-05T14:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=20a72bd24a6c3d384d7d826014d26db0a28262e9'/>
<id>20a72bd24a6c3d384d7d826014d26db0a28262e9</id>
<content type='text'>
This change disables warnings from pytest. The warnings results in
verbose output from `check()` including a list of test names in the
logs. After disabling the warnings, the last 500 KiB of the logs
as shown in the GitLab web UI becomes useful again and will include the
details of failing tests.

This change also disables a test that fails intermittently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change disables warnings from pytest. The warnings results in
verbose output from `check()` including a list of test names in the
logs. After disabling the warnings, the last 500 KiB of the logs
as shown in the GitLab web UI becomes useful again and will include the
details of failing tests.

This change also disables a test that fails intermittently.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/beancount: move py3-pytest to depends</title>
<updated>2020-02-13T12:29:09+00:00</updated>
<author>
<name>Keith Maxwell</name>
<email>keith.maxwell@gmail.com</email>
</author>
<published>2020-02-05T11:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=df6aaecc1f4d1b8c7738765effaff2b539874ec0'/>
<id>df6aaecc1f4d1b8c7738765effaff2b539874ec0</id>
<content type='text'>
The bean-file command which is a part of this package uses pytest at run
time. It is used indirectly through
&lt;https://bitbucket.org/blais/beancount/src/default/beancount/ingest/__init__.py&gt;
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 &lt;module&gt;
    from beancount.ingest.file import main; main()
  File "/usr/lib/python3.8/site-packages/beancount/ingest/__init__.py", line 13, in &lt;module&gt;
    import pytest
ModuleNotFoundError: No module named 'pytest'
```

After this change `/usr/bin/bean-file` behaves as expected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bean-file command which is a part of this package uses pytest at run
time. It is used indirectly through
&lt;https://bitbucket.org/blais/beancount/src/default/beancount/ingest/__init__.py&gt;
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 &lt;module&gt;
    from beancount.ingest.file import main; main()
  File "/usr/lib/python3.8/site-packages/beancount/ingest/__init__.py", line 13, in &lt;module&gt;
    import pytest
ModuleNotFoundError: No module named 'pytest'
```

After this change `/usr/bin/bean-file` behaves as expected.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/beancount: rebuild against python 3.8</title>
<updated>2019-11-10T19:29:06+00:00</updated>
<author>
<name>Keith Maxwell</name>
<email>keith.maxwell@gmail.com</email>
</author>
<published>2019-11-09T20:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=7c63d914135e3e92b720c1d508c866c972758f10'/>
<id>7c63d914135e3e92b720c1d508c866c972758f10</id>
<content type='text'>
Disable one additional test that fails on Python 3.8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable one additional test that fails on Python 3.8
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/beancount: upgrade to 2.2.3</title>
<updated>2019-09-28T02:40:14+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-09-28T02:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=2c683af8c86d82c0de52ccc77e8ba07110feb457'/>
<id>2c683af8c86d82c0de52ccc77e8ba07110feb457</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/beancount: new aport</title>
<updated>2019-05-09T15:49:18+00:00</updated>
<author>
<name>Keith Maxwell</name>
<email>keith.maxwell@gmail.com</email>
</author>
<published>2019-05-09T13:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ef75f8fad9e542aaa30a85cb2c3367cd61221f10'/>
<id>ef75f8fad9e542aaa30a85cb2c3367cd61221f10</id>
<content type='text'>
Closes GH-7749
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-7749
</pre>
</div>
</content>
</entry>
</feed>
