summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2cf7e38d6f4..f797f51c96b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,14 +39,6 @@ check() {
# Run all tests
PATH="$tmpdir/bin:$PATH" pytest --ignore tests/perf
- # Uninstall all test projects
- pip uninstall -y textX || exit 1
- pip uninstall -y textX-subcommand-test || exit 1
- pip uninstall -y types_dsl || exit 1
- pip uninstall -y data_dsl || exit 1
- pip uninstall -y flow_dsl || exit 1
- pip uninstall -y flow_codegen || exit 1
-
rm -rf "$tmpdir"
}