summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2020-09-28 16:10:03 +0200
committerIgor Dejanovic2020-10-03 19:23:03 +0200
commit5062460373ca6713b38d7cda5ad756f0df64785f (patch)
tree14e63ff8954afb5b7b6fe368401d9b55f2aa3b35
parent53d64089a0c9beb663dc4d88ddd3105fe4d1572e (diff)
downloadaur-5062460373ca6713b38d7cda5ad756f0df64785f.tar.gz
Don't uninstall test deps from to-be-deleted tmpdir
-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"
}