Skip to content
Snippets Groups Projects
Commit 212df81b authored by Natanael Copa's avatar Natanael Copa
Browse files

main/py-six: disable test to fix circular deps with pytest

parent cf6a7e46
No related branches found
No related tags found
No related merge requests found
......@@ -7,17 +7,15 @@ pkgdesc="Python 2 and 3 compatibility library"
url="https://pypi.python.org/pypi/six"
arch="noarch"
license="MIT"
checkdepends="pytest py3-pytest"
_py2_deps="py-enum34"
makedepends="python2-dev python3-dev py2-setuptools py3-setuptools $_py2_deps"
subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2"
source="$pkgname-$pkgver.tar.gz::https://github.com/benjaminp/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
if [ -n "$BOOTSTRAP" ]
then
# circular dependency with pytest
options="!check"
fi
# circular dependency with pytest
#checkdepends="pytest py3-pytest"
options="!check"
build() {
python2 setup.py build
......
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