Use --user for tox install instead of virtualenv
[releng/global-jjb.git] / releasenotes / notes / local-user-pip-5ce9da99fc86fb97.yaml
diff --git a/releasenotes/notes/local-user-pip-5ce9da99fc86fb97.yaml b/releasenotes/notes/local-user-pip-5ce9da99fc86fb97.yaml
new file mode 100644 (file)
index 0000000..b479752
--- /dev/null
@@ -0,0 +1,6 @@
+---
+fixes:
+  - |
+    Fix the lftools virtualenv workaround we had to put in place in
+    the tox-verify job by using ``pip install --user`` for global tool
+    installs.