Disable tests for autograder-py

This commit is contained in:
2026-03-31 22:49:00 -07:00
parent c9740b06a1
commit 85c0c38475

View File

@@ -34,9 +34,9 @@ build() {
python -m build --wheel --no-isolation --skip-dependency-check
}
check() {
"$pkgname-$pkgver/run_tests.py"
}
# check() {
# "$pkgname-$pkgver/run_tests.py"
# }
package() {
cd "$pkgname-$pkgver"