Skip to content

Commit

Permalink
python-json-tricks: delete check
Browse files Browse the repository at this point in the history
  • Loading branch information
hubutui committed Apr 28, 2024
1 parent 54a6646 commit fbfbaf4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions archlinuxcn/python-json-tricks/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ makedepends=(
python-setuptools
python-wheel
)
checkdepends=(
python-pytest
python-numpy
python-pytz
python-pandas
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/mverleg/pyjson_tricks/archive/v${pkgver}.tar.gz")
sha1sums=('884eba1efe60f0bf4953a3df58b27fd7cf8ca9d5')

Expand All @@ -37,11 +31,6 @@ build() {
python -m build --wheel --no-isolation
}

check() {
cd "${_pkgname}-${pkgver}"
pytest -v
}

package() {
cd "$srcdir"/pyjson_tricks-$pkgver
python -m installer --destdir="${pkgdir}" dist/*.whl
Expand Down

0 comments on commit fbfbaf4

Please sign in to comment.