-
I recently moved my projects to use tox. when I run the tox file: https://github.com/mmdbalkhi/Flask-tinydb/blob/main/tox.ini Thank you in advance for your answer. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Before When running
This is the one issue. Unfortunately, it is not fixed by just adding the above instructions. In your In general, it is recommended that you use a I recommend to read the following articles: |
Beta Was this translation helpful? Give feedback.
Before
tox
runs tests, it builds the package, installs it and runs the test against the installed version, not the files in your source tree (the git checkout). This is a good thing, as usually that is what your users use.When running
check-manifest
on your package, it is clear that yourMANIFEST.in
is not correct, and so a couple of files are not included in thesdist
: