Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-dask


Commits:
00f1f2de by Carl Smedstad at 2024-10-06T11:38:49+02:00
upgpkg: 2024.8.2-2: Drop unneeded python-pytest-cov dependency

https://archlinux.org/todo/drop-python-pytest-cov-dependency-if-unneeded/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
 pkgbase = python-dask
        pkgdesc = Parallel computing with task scheduling
        pkgver = 2024.8.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://dask.org
        arch = any
        license = BSD-3-Clause
        checkdepends = ipython
        checkdepends = python-pytest
-       checkdepends = python-pytest-cov
        checkdepends = python-pytest-rerunfailures
        checkdepends = python-aiohttp
        checkdepends = python-boto3


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 _pkg=dask
 pkgname=python-${_pkg}
 pkgver=2024.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Parallel computing with task scheduling"
 arch=(any)
 url="https://dask.org";
@@ -46,7 +46,6 @@ optdepends=(
 checkdepends=(
     ipython
     python-pytest
-    python-pytest-cov
     python-pytest-rerunfailures
     python-aiohttp
 #    python-bokeh
@@ -106,6 +105,7 @@ check() {
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
   local pytest_options=(
     -vv
+    --override-ini="addopts="
     --deselect dask/dataframe/io/tests/test_sql.py::test_division_or_partition
     --deselect dask/tests/test_base.py::test_visualize_order
     --deselect dask/tests/test_tokenize.py::test_tokenize_dataclass



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dask/-/commit/00f1f2de801da16af10e4a0372e26474d62664fb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dask/-/commit/00f1f2de801da16af10e4a0372e26474d62664fb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to