Skip to content
Snippets Groups Projects
Commit bae1bcc2 authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by Leo
Browse files

main/py3-cairo: fix running tests

parent e2f9d379
No related branches found
No related tags found
1 merge request!30698main/py3-cairo: fix running tests
Pipeline #110421 passed
......@@ -7,6 +7,7 @@ url="http://cairographics.org/pycairo/"
arch="all"
license="LGPL-2.0-or-later"
makedepends="python3-dev cairo-dev"
checkdepends="py3-pytest"
subpackages="$pkgname-dev"
source="https://github.com/pygobject/pycairo/releases/download/v$pkgver/pycairo-$pkgver.tar.gz
"
......@@ -20,7 +21,7 @@ build() {
}
check() {
python3 setup.py check
python3 setup.py test
}
package() {
......
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