drivendataorg / nbautoexport

Automatically export Jupyter notebooks to various file formats (.py, .html, and more) on save.
https://nbautoexport.drivendata.org/
MIT License
72 stars 9 forks source link

Update tests for typer 0.4.0 and click 8 #77

Closed jayqi closed 3 years ago

jayqi commented 3 years ago

Recently typer released 0.4.0, which also increases the version ceiling of click to include click 8. This has some changes to behavior that broke some of our tests:

Fixes #76

github-actions[bot] commented 3 years ago

🚀 Deployed on https://deploy-preview-77--zen-roentgen-1e5a72.netlify.app

codecov[bot] commented 3 years ago

Codecov Report

Merging #77 (2f4e035) into master (3e9a1ed) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff           @@
##           master     #77   +/-   ##
======================================
  Coverage    98.1%   98.1%           
======================================
  Files           8       8           
  Lines         382     382           
======================================
  Hits          375     375           
  Misses          7       7