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 python -m build --wheel --no-isolation --skip-dependency-check
} }
check() { # check() {
"$pkgname-$pkgver/run_tests.py" # "$pkgname-$pkgver/run_tests.py"
} # }
package() { package() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"