Skip to content

Commit

Permalink
Update nbval options
Browse files Browse the repository at this point in the history
--current-env has been renamed to --nbval-current-env
--sanitize-with has been renamed to --nbval-sanitize-with
  • Loading branch information
utensil committed Mar 28, 2024
1 parent ede074a commit 4c6efe8
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 @@ -157,7 +157,7 @@ Further, to run the complete test suite including the ones using [nbval](https:/

```bash
pip install nbval
pytest --nbval examples/ipython/ test --current-env --sanitize-with test/.nbval_sanitize.cfg
pytest --nbval examples/ipython/ test --nbval-current-env --nbval-sanitize-with test/.nbval_sanitize.cfg
```

This could take more than 10 minutes, please be patient.
Expand Down

0 comments on commit 4c6efe8

Please sign in to comment.