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
OS: (e.g, Ubuntu) Python version: (e.g., Python 3.8.10) Package version: (e.g., 0.46.0)
Double check that the following libraries are required in tornado test-requirements:
blinker==1.7.0 Flask==3.0.2 itsdangerous==2.1.2 Jinja2==3.1.4 MarkupSafe==2.1.2 Werkzeug==3.0.6
Looks like they have been copied from a flask test-requirements file.
Look at tornado instrumentation test-requirements.txt
No flask related library present
Flask related libraries are there
No response
No
The text was updated successfully, but these errors were encountered:
@xrmx : Can you please assign this to me??
Sorry, something went wrong.
@rahulhacker When you have time to work on this just add a comment here and we'll consider this assigned to you for a week.
@xrmx : sure thanks for the response
@xrmx : All these libraries belongs to the flask, but let me run the test cases after removing it. Once confirmed will raise the PR
Successfully merging a pull request may close this issue.
Describe your environment
OS: (e.g, Ubuntu)
Python version: (e.g., Python 3.8.10)
Package version: (e.g., 0.46.0)
What happened?
Double check that the following libraries are required in tornado test-requirements:
Looks like they have been copied from a flask test-requirements file.
Steps to Reproduce
Look at tornado instrumentation test-requirements.txt
Expected Result
No flask related library present
Actual Result
Flask related libraries are there
Additional context
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: