[arch-commits] Commit in python-pytest-benchmark/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Apr 1 19:50:36 UTC 2020


    Date: Wednesday, April 1, 2020 @ 19:50:35
  Author: eschwartz
Revision: 609116

python-pytest-benchmark: remove unneeded checkdepends on python-coverage

it isn't used, so why checkdepend on it?

Modified:
  python-pytest-benchmark/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-01 19:44:27 UTC (rev 609115)
+++ PKGBUILD	2020-04-01 19:50:35 UTC (rev 609116)
@@ -10,7 +10,7 @@
 url='https://github.com/ionelmc/pytest-benchmark'
 makedepends=('python-pytest' 'python2-pytest' 'python2-statistics' 'python2-pathlib'
              'python-py-cpuinfo' 'python2-py-cpuinfo')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-pygal' 'python2-pygal'
+checkdepends=('python-pygal' 'python2-pygal'
               'python-freezegun' 'python2-freezegun' 'mercurial' 'python-aspectlib'
               'python2-aspectlib' 'python-pytest-xdist' 'python2-pytest-xdist'
               'python-pytest-runner' 'python2-pytest-runner' 'python-elasticsearch'



More information about the arch-commits mailing list