Skip to content

Commit

Permalink
community/py3-toolz: disable a failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ncopa committed Apr 17, 2024
1 parent 33684d8 commit 26a6761
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion community/py3-toolz/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ build() {
}

check() {
PYTHONPATH="$PWD/build/lib" pytest
# https://github.com/pytoolz/toolz/issues/577
PYTHONPATH="$PWD/build/lib" python -m pytest \
-k 'not test_inspect_wrapped_property'
}

package() {
Expand Down

0 comments on commit 26a6761

Please sign in to comment.