We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
kart --post-mortem x
import requests
Expected behaviour requests (and other docs build dependencies in docs.txt) shouldn't be included in kart packages
docs.txt
Output
$ kart --post-mortem x > /app/click/core.py(679)fail() (Pdb) import requests (Pdb)
**Version Info **
v0.13.1.dev0+ci.5414.git889a47e0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
kart --post-mortem x
with a packaged Kartimport requests
into the pdb promptExpected behaviour
requests (and other docs build dependencies in
docs.txt
) shouldn't be included in kart packagesOutput
**Version Info **
v0.13.1.dev0+ci.5414.git889a47e0
The text was updated successfully, but these errors were encountered: