Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
212df81b
Commit
212df81b
authored
5 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/py-six/APKBUILD
+4
-6
4 additions, 6 deletions
main/py-six/APKBUILD
with
4 additions
and
6 deletions
main/py-six/APKBUILD
+
4
−
6
View file @
212df81b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment