Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHutchison committed Dec 27, 2023
1 parent e8ba008 commit 3129704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ the given module will not be executed.
addopts = "-p pytest_asyncio.plugin -p megamock.plugins.pytest -p pytest_hot_reloading.plugin"
```
- Run out of a Github Codespace or similar dedicated external environment
- Prefer watchman, if your system supports works well with it. It uses less CPU. Enable it with the environment variable `PYTEST_DAEMON_USE_WATCHMAN=1`
- Prefer watchman, if your system works well with it. It uses less CPU and can pick up changes faster. Enable it with the environment variable `PYTEST_DAEMON_USE_WATCHMAN=1`. It is only disabled by default for maximum compatibility.

## Known Issues
- This is alpha, although it's getting closer to where it can be called beta
Expand Down

0 comments on commit 3129704

Please sign in to comment.