Skip to content
Snippets Groups Projects
Commit 9c9e58da authored by alice's avatar alice
Browse files

community/py3-pytest-subtests: fix depends, split -pyc

parent c2da0255
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,15 @@ ...@@ -2,14 +2,15 @@
# Maintainer: Jacek Pruciak <alpine@juniorjpdj.pl> # Maintainer: Jacek Pruciak <alpine@juniorjpdj.pl>
pkgname=py3-pytest-subtests pkgname=py3-pytest-subtests
pkgver=0.10.0 pkgver=0.10.0
pkgrel=0 pkgrel=1
pkgdesc="pytest plugin for subTest() support and subtests fixture" pkgdesc="pytest plugin for subTest() support and subtests fixture"
url="https://github.com/pytest-dev/pytest-subtests/" url="https://github.com/pytest-dev/pytest-subtests/"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="python3 py3-pytest" depends="python3 py3-attrs py3-pytest"
makedepends="py3-setuptools py3-setuptools_scm" makedepends="py3-setuptools py3-setuptools_scm"
checkdepends="py3-pytest-xdist" checkdepends="py3-pytest-xdist"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/pytest-subtests/pytest-subtests-$pkgver.tar.gz" source="https://files.pythonhosted.org/packages/source/p/pytest-subtests/pytest-subtests-$pkgver.tar.gz"
builddir="$srcdir/pytest-subtests-$pkgver" builddir="$srcdir/pytest-subtests-$pkgver"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment