diff options
-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 } |