-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests] Automate Jupyter notebook tests using nbmake. #454
base: development
Are you sure you want to change the base?
[tests] Automate Jupyter notebook tests using nbmake. #454
Conversation
hey @ChrisCummins , I just released nbmake==0.10 which should work with pytest 6.1.0. Bugs/requests welcome! |
Thanks for the heads up @alex-treebeard! Cheers, |
d3148c2
to
e4a94f5
Compare
Codecov Report
@@ Coverage Diff @@
## development #454 +/- ##
===============================================
- Coverage 87.33% 86.99% -0.35%
===============================================
Files 113 113
Lines 6403 6403
===============================================
- Hits 5592 5570 -22
- Misses 811 833 +22
Continue to review full report at Codecov.
|
6b680ca
to
750b733
Compare
060f8ac
to
7594a71
Compare
750b733
to
807dce9
Compare
807dce9
to
f273507
Compare
f273507
to
a9c62da
Compare
* Bump ray dependency 1.8 -> 1.9 after having problems installing 1.8. * Don't specify numpy version (facebookresearch#501).
This uses the nbmake pytest plugin to run the Jupyter notebooks in `make examples-test`. Fixes facebookresearch#450.
a9c62da
to
3a6755a
Compare
This uses the nbmake pytest plugin to run the Jupyter notebooks in
make examples-test
.Fixes #450.