timkpaine / jupyterlab_nbconvert_nocode

A simple helper library with 2 NBConvert exporters for PDF/HTML export with no code cells
Apache License 2.0
22 stars 2 forks source link

tests included in distributed package #28

Closed carterbox closed 1 year ago

carterbox commented 2 years ago

Describe the bug It looks like you are trying to exclude your tests from distribution

https://github.com/timkpaine/jupyterlab_nbconvert_nocode/blob/2d1d04db6ed2865aa8f14fe966111b97e92aa6c9/setup.py#L55

But this is not configured correctly because the tests are being shipped anyways.

To Reproduce Steps to reproduce the behavior: Look at the PYPI or conda release, the test module is there.

Expected behavior No tests would be shipped.