summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de65f0bdf051..39ca3f895229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,11 +53,11 @@ optdepends=('python-scikit-learn: machine learning features'
makedepends=('python-setuptools' )
-checkdepends=('pytest>=3.6'
- 'pytest-mpl'
- 'pytest-xdist'
- 'pytest-rerunfailures'
- 'pytest-instafail'
+checkdepends=('python-pytest>=3.6'
+ 'python-pytest-mpl'
+ 'python-pytest-xdist'
+ 'python-pytest-rerunfailures'
+ 'python-pytest-instafail'
)
replaces=('hyperspy')