Features: test-name=python3-nbconvert
Test-Command: cp /usr/lib/python3/dist-packages/notebook/static/style/style.min.css nbconvert/resources/ &&
  env HOME=$AUTOPKGTEST_TMP python3 -m pytest
    -W ignore::DeprecationWarning
    -k 'not (webpdf or convert_full_qualified_name or post_processor or execute_multiple_notebooks or execute_widgets)'
Depends: python3-ipykernel,
         python3-ipywidgets,
         python3-pytest,
         python3-nbconvert
Restrictions: allow-stderr

Features: test-name=python-nbconvert
Test-Command: cp /usr/lib/python2*/dist-packages/notebook/static/style/style.min.css nbconvert/resources/ &&
  env HOME=$AUTOPKGTEST_TMP python -m pytest
    -W ignore::DeprecationWarning
    -k 'not (webpdf or convert_full_qualified_name or post_processor or execute_multiple_notebooks or execute_widgets)'
Depends: python-ipykernel,
         python-ipywidgets,
         python-pytest,
         python-nbconvert
Restrictions: allow-stderr
