Skip to content
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

[BUG] Please include test suite in source release #2830

Open
niol opened this issue Feb 2, 2024 · 0 comments
Open

[BUG] Please include test suite in source release #2830

niol opened this issue Feb 2, 2024 · 0 comments
Labels

Comments

@niol
Copy link
Contributor

niol commented Feb 2, 2024

Describe the bug
Source release does not include webapp/tests/.

Expected behavior
This makes is not possible to run the test suite when building from the source tarball.

Environment (please complete the following information):

  • OS flavor: all
  • Graphite-web version 1.1.10
  • Django/Python version all
  • Setup type sources and OS packages

Additional context
It would be handy to run the test suite in distributions CI infrastructures.

I'm not sure how releases are generated, but the following may be enough.

--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,5 +8,6 @@ include webapp/graphite/local_settings.py.example
 recursive-include distro/ *
 recursive-include webapp/graphite/ *.html
 recursive-include webapp/content/ *
+recursive-include webapp/tests/ *
 exclude webapp/graphite/local_settings.py
 exclude conf/*.conf
@niol niol added the bug label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant