diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-29 16:49:29 -0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-05-30 23:21:18 +0300 |
commit | d008519453d36f0de12726a066bd9a2c9ce9ec70 (patch) | |
tree | aea109b146af15d407b1508c4265e6738289441f /community/py-isort | |
parent | b95fdb2617e0a085ea5c40d36105e594111bfc3b (diff) | |
download | aports-d008519453d36f0de12726a066bd9a2c9ce9ec70.tar.bz2 aports-d008519453d36f0de12726a066bd9a2c9ce9ec70.tar.xz |
community/py-isort: modernize, fix indent
Diffstat (limited to 'community/py-isort')
-rw-r--r-- | community/py-isort/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-isort/APKBUILD b/community/py-isort/APKBUILD index 1fc5be9526..e042e1ae41 100644 --- a/community/py-isort/APKBUILD +++ b/community/py-isort/APKBUILD @@ -21,7 +21,7 @@ build() { } check() { - pytest test_isort.py + pytest test_isort.py pytest-3 test_isort.py } |