blob: 2d43c225804ccc29835f574b58164e80dccddf6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-pytest-subprocess
pkgdesc = Pytest plugin to fake subprocess
pkgver = 1.5.3
pkgrel = 1
url = https://github.com/aklajnert/pytest-subprocess
arch = any
license = MIT
checkdepends = python-anyio
checkdepends = python-docutils
checkdepends = python-pygments
checkdepends = python-pytest-asyncio
checkdepends = python-pytest-rerunfailures
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-pytest
source = git+https://github.com/aklajnert/pytest-subprocess.git#tag=1.5.3
sha256sums = 20369ba261a1075824ef57cc5a80e9f2be55cfc2836ce1a45648a085b003aba7
pkgname = python-pytest-subprocess
|