Skip to content
Snippets Groups Projects
Verified Commit c93711c4 authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

upgpkg: 0.7.5-3: FS#78435: actually run the tests

parent 393db1a9
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
_name=schema
pkgname="python-$_name"
pkgver=0.7.5
pkgrel=2
pkgrel=3
pkgdesc='Python module to validate and convert data structures.'
arch=(any)
url="https://github.com/keleshev/$_name"
......@@ -27,7 +27,7 @@ build() {
check() {
cd "$srcdir/$_name-$pkgver"
python setup.py test
pytest
}
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