Skip to content

Commit 435a037

Browse files
authored
Update README.md
1 parent 3dd7a1b commit 435a037

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ This framework tests the [ReqRes API](https://reqres.in/), a hosted REST-API rea
205205
pytest tests/ -m smoke # Run smoke tests only
206206
```
207207

208-
⚠️ Important: Always use the `.venv` virtual environment. This is the standard environment used by our CI/CD workflow and ensures consistent test execution across all environments.
208+
⚠️ Important: Use a .venv virtual environment locally to isolate dependencies.
209+
CI/CD pipelines install requirements fresh on every run.
209210

210211
## 🛠️ Development Setup
211212

0 commit comments

Comments
 (0)