aboutsummaryrefslogtreecommitdiffstats
path: root/testing/beancount
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2019-11-09 20:11:16 +0000
committerLeo <thinkabit.ukim@gmail.com>2019-11-10 16:29:06 -0300
commit7c63d914135e3e92b720c1d508c866c972758f10 (patch)
tree1fc18655742df7dbb16508f0766d5e1f471d48fa /testing/beancount
parentf923ddb5436a364b9a789f1b27f9a875093ed250 (diff)
downloadaports-7c63d914135e3e92b720c1d508c866c972758f10.tar.bz2
aports-7c63d914135e3e92b720c1d508c866c972758f10.tar.xz
testing/beancount: rebuild against python 3.8
Disable one additional test that fails on Python 3.8
Diffstat (limited to 'testing/beancount')
-rw-r--r--testing/beancount/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/beancount/APKBUILD b/testing/beancount/APKBUILD
index 014d5755c8..10265fddaf 100644
--- a/testing/beancount/APKBUILD
+++ b/testing/beancount/APKBUILD
@@ -1,9 +1,8 @@
# Contributor: Keith Maxwell <keith.maxwell@gmail.com>
# Maintainer: Keith Maxwell <keith.maxwell@gmail.com>
pkgname=beancount
-_pyname=beancount
pkgver=2.2.3
-pkgrel=0
+pkgrel=1
pkgdesc="Double-Entry Accounting from Text Files"
url="http://furius.ca/beancount/"
arch="all"
@@ -29,7 +28,8 @@ package() {
check() {
python3 -m pytest beancount \
--deselect=beancount/utils/file_type_test.py::TestFileType::test_xhtml \
- --deselect=beancount/loader_test.py::TestLoadIncludesEncrypted::test_include_encrypted
+ --deselect=beancount/loader_test.py::TestLoadIncludesEncrypted::test_include_encrypted \
+ --deselect=beancount/parser/lexer_test.py::TestLexerUnicode::test_bytes_encoded_utf16
}
sha512sums="1680dc58f79da19022e2add044c490041075f11c99d6354b452c505ef3d640e566c44f7917cf0a94c38bab8ec8984cd912659b61b4ffb8acb7526c492d23916e beancount-2.2.3.tar.gz"