-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove keras from checkdep until we have it.
1 parent
42ab484
commit 4fc0722
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
diff --git PKGBUILD PKGBUILD | ||
index 940f8fe..9f731ba 100644 | ||
--- PKGBUILD | ||
+++ PKGBUILD | ||
@@ -25,7 +25,7 @@ check() { | ||
cd tqdm | ||
python -m venv --system-site-packages test-env | ||
test-env/bin/python setup.py install | ||
- test-env/bin/python -m pytest | ||
+ test-env/bin/python -m pytest --timeout=90 | ||
} | ||
@@ -11,7 +11,7 @@ url='https://github.com/tqdm/tqdm' | ||
depends=('python') | ||
optdepends=('python-requests: telegram') | ||
makedepends=('git' 'python-setuptools-scm' 'python-toml' 'python-build' 'python-installer' 'python-wheel') | ||
-checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 'python-numpy' 'python-pandas' 'python-rich' 'python-dask' 'tk' 'python-keras') | ||
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 'python-numpy' 'python-pandas' 'python-rich' 'python-dask' 'tk') | ||
source=("git+https://github.com/tqdm/tqdm.git#commit=v${pkgver}") | ||
sha512sums=('be7467509c82c6eca11caf70bd95a1fa41c761158b97c649f02ebeda3fae64337742c8bdc4110ea000fba39322888387cdb8630463630809c016f75764250667') | ||
|
||
package() { |