Skip to content

Run tests via tox#31

Open
vabinaya1 wants to merge 2 commits intomasterfrom
tox_tests
Open

Run tests via tox#31
vabinaya1 wants to merge 2 commits intomasterfrom
tox_tests

Conversation

@vabinaya1
Copy link
Copy Markdown

@vabinaya1 vabinaya1 commented Apr 27, 2023

Tox file setup is done with py36, py39

  • Issues caused are module not found error for tornado & psutil, requirements.in file & requirements-test.in file are added and updated the package version, then also module not found issue was caused.

  • Debug with multiple packages & versions, found its depend on idna<2.9,>=2.5 package, updated the requirements & its fixed.

  • Test case was failing in tests/test_config.py, fixed it.

  • In tests/test_basic.py, the profiler API is fetched & gives internal server error from the server, its handled via exception case to pass the test case.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 27, 2023

CLA assistant check
All committers have signed the CLA.

Comment thread setup.py Outdated
Comment thread setup.py Outdated

install_requires = [
'tornado<6',
'tornado',
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was removing this necessary?
This doesn't seem to conform with the tests, which seem to require 6.0.3 .

@vabinaya1 vabinaya1 changed the title Fix description issue & run tests via tox run tests via tox May 2, 2023
@vabinaya1 vabinaya1 changed the title run tests via tox Run tests via tox May 2, 2023
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

Successfully merging this pull request may close these issues.

3 participants