Skip to content
Snippets Groups Projects
Verified Commit 378bf02d authored by alice's avatar alice
Browse files

community/py3-ansible-compat: disable check

parent fb5502ba
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@ checkdepends="py3-pytest py3-flaky py3-pytest-mock"
#subpackages="$pkgname-doc"
source="ansible-compat-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/a/ansible-compat/ansible-compat-$pkgver.tar.gz"
builddir="$srcdir/ansible-compat-$pkgver"
# the tests don't clean up after themselves, and fail if something is left in
# /tmp, and every release they add even more broken tests like this
options="!check"
build() {
python3 -m build --wheel --skip-dependency-check --no-isolation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment