diff options
author | Erich Eckner <git@eckner.net> | 2019-12-05 11:21:53 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-12-05 11:21:53 +0100 |
commit | d3182fb7c216128e63d50a52e9a59dfe8b33b3a2 (patch) | |
tree | cd8fea902519b1e9b4efad34231bbf73349b85c2 /community | |
parent | 6d55411d8d8b41b4933250f01d3f96c9449692be (diff) | |
download | packages-d3182fb7c216128e63d50a52e9a59dfe8b33b3a2.tar.xz |
community/python-pytest-cov: do not run testsuite - it hangs and the exit code is ignored anyways
Diffstat (limited to 'community')
-rw-r--r-- | community/python-pytest-cov/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/python-pytest-cov/PKGBUILD b/community/python-pytest-cov/PKGBUILD new file mode 100644 index 00000000..78fbff9f --- /dev/null +++ b/community/python-pytest-cov/PKGBUILD @@ -0,0 +1,3 @@ +# testsuite hangs; testsuite failures would be ignored anyways +unset check +unset checkdepends |