diff options
Diffstat (limited to 'community/py3-pytest-xdist/APKBUILD')
-rw-r--r-- | community/py3-pytest-xdist/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/py3-pytest-xdist/APKBUILD b/community/py3-pytest-xdist/APKBUILD index 45ce250ec6..e1a374bd5e 100644 --- a/community/py3-pytest-xdist/APKBUILD +++ b/community/py3-pytest-xdist/APKBUILD @@ -10,7 +10,8 @@ license="MIT" depends="py3-execnet py3-pytest py3-pytest-forked py3-six" checkdepends="py3-filelock py3-py" makedepends="py3-setuptools py3-setuptools_scm" -source="https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest-xdist-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest-xdist-$pkgver.tar.gz + fix-acceptance-tests.patch" builddir="$srcdir/pytest-xdist-$pkgver" replaces="pytest-xdist" # Backwards compatibility @@ -31,4 +32,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="978b67df2366d916db62af21f2c610ac5d2de43cecf3260ec9bf52f904098514c3052ce8ca2195c17addd4012f3c5d38ce8a701d26c8158142a821b0d0cf9122 pytest-xdist-1.30.0.tar.gz" +sha512sums="978b67df2366d916db62af21f2c610ac5d2de43cecf3260ec9bf52f904098514c3052ce8ca2195c17addd4012f3c5d38ce8a701d26c8158142a821b0d0cf9122 pytest-xdist-1.30.0.tar.gz +97494d31912dbb1631bd3c659dae75809c63474abd600e98a5ec28b43c3e8e8ae49faf3c482fb52516c678b094f86ba554e2da3a7f6e3f9c22d6ad0bb289c4cb fix-acceptance-tests.patch" |