diff options
author | psykose <alice@ayaya.dev> | 2022-11-24 07:48:05 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-11-24 08:48:05 +0100 |
commit | 6734f25cb0dbac82ab1ef0b391b0c424f8ed99a1 (patch) | |
tree | 3430c1b309b28c14c87319a1514ac40b0d6c8470 | |
parent | 7a174aa29a3faad97a0c4e82129e325e6cc6934e (diff) |
testing/sqlmap: disable check
-rw-r--r-- | testing/sqlmap/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/sqlmap/APKBUILD b/testing/sqlmap/APKBUILD index 8ed0d12d47f..0a8b4894e37 100644 --- a/testing/sqlmap/APKBUILD +++ b/testing/sqlmap/APKBUILD @@ -12,6 +12,7 @@ depends="python3 py3-six py3-beautifulsoup4 py3-keepalive py3-termcolor makedepends="py3-setuptools" source="https://pypi.python.org/packages/source/s/sqlmap/sqlmap-$pkgver.tar.gz reduce-amount-of-third-party-dependencies.patch" +options="!check" # fail with py311 for some reason prepare() { # remove unneeded thirdparty moduels (keep patch small) |