Skip to content

Commit

Permalink
Update README.md to add "need more speed" section
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHutchison authored Dec 13, 2023
1 parent 966adc6 commit 913ec29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ If you are a library author, you can disable any workarounds for your library by
module `_clear_hot_reload_workarounds.py`. If this is successfully imported, then workarounds for
the given module will not be executed.

## Need More Speed?
- If using docker, run everything out of a named volume. Do not use bind mounts (sharing with the host file system)
- Set `PYTEST_DISABLE_PLUGIN_AUTOLOAD=1` in the environment to disable automatic search and loading of plugins
- Run out of a Github Codespace or similar dedicated external environment

## Known Issues
- This is early alpha
- The jurigged library is not perfect and sometimes it gets in a bad state
Expand Down

0 comments on commit 913ec29

Please sign in to comment.