Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: python-pytest 7.3.0-2: Remove asynctest checkdep
Browse files Browse the repository at this point in the history
Martiusweb/asynctest#158


git-svn-id: file:///srv/repos/svn-community/svn@1443126 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
polyzen committed Apr 9, 2023
1 parent fe3544a commit ca18140
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions python-pytest/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@

pkgname=python-pytest
pkgver=7.3.0
pkgrel=1
pkgrel=2
pkgdesc="Simple powerful testing with Python"
arch=('any')
license=('MIT')
url="https://pytest.org/"
depends=('python-exceptiongroup' 'python-iniconfig' 'python-packaging'
'python-pluggy' 'python-tomli')
depends=('python-iniconfig' 'python-packaging' 'python-pluggy')
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
checkdepends=('python-argcomplete' 'python-attrs' 'python-hypothesis'
'python-nose' 'python-requests' 'python-xmlschema'
# Unlisted, but actually used. Check again after a while:
'lsof' 'python-asynctest' 'python-decorator' 'python-docutils'
'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments'
'lsof' 'python-decorator' 'python-docutils' 'python-jinja'
'python-numpy' 'python-pexpect' 'python-pygments'
'python-pytest-xdist' 'python-twisted')
source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz")
sha256sums=('58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d')
Expand Down

0 comments on commit ca18140

Please sign in to comment.