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

Remove docs build dependencies from packaged Kart #888

Open
craigds opened this issue Jul 12, 2023 · 0 comments
Open

Remove docs build dependencies from packaged Kart #888

craigds opened this issue Jul 12, 2023 · 0 comments

Comments

@craigds
Copy link
Member

craigds commented Jul 12, 2023

Describe the bug
Packaged kart contains dependencies that should only be installed during CI when we build the docs, and shouldn't be in the packages.

To Reproduce
Steps to reproduce the behaviour:

  1. run kart --post-mortem x with a packaged Kart
  2. type import requests into the pdb prompt
  3. it works 👎

Expected behaviour
requests (and other docs build dependencies in docs.txt) shouldn't be included in kart packages

Output

$ kart --post-mortem x
> /app/click/core.py(679)fail()
(Pdb) import requests
(Pdb)

**Version Info **

  • OS: ubuntu 18.04
  • Version: v0.13.1.dev0+ci.5414.git889a47e0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant