diff --git a/docs/continuous-integration/use-ci/run-tests/tests-v1/ti-for-python.md b/docs/continuous-integration/use-ci/run-tests/tests-v1/ti-for-python.md index a6a2068aa74..90f23864dcd 100644 --- a/docs/continuous-integration/use-ci/run-tests/tests-v1/ti-for-python.md +++ b/docs/continuous-integration/use-ci/run-tests/tests-v1/ti-for-python.md @@ -21,7 +21,7 @@ While **Run Tests** step remains backwards compatible, Harness recommends using :::note -* To use TI for Python, the image for the step must have Python 3 installed and accessible. Additionally, Virtual Environments for Python (`venv`) are not supported by TI. +* To use TI for Python, the image for the step must have Python 3 installed and accessible. TI supports Virtual Environments for Python (`venv`). * Test Intelligence requires that the code is cloned into the default workspace directory, `/harness/`. If the code is placed elsewhere, Test Intelligence will not function correctly. :::