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

Fix failing test in CirclesCI #3548

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

atodorov
Copy link
Member

No description provided.

@atodorov atodorov force-pushed the prepare/v13.1-fix-failure-in-CircleCI-tests branch from 65de69b to 7085976 Compare February 23, 2024 19:51
deepsource-autofix bot added a commit that referenced this pull request Feb 23, 2024
This commit fixes the style issues introduced in 9d78434 according to the output
from Black.

Details: #3548
@atodorov atodorov force-pushed the prepare/v13.1-fix-failure-in-CircleCI-tests branch from 8e1aaf4 to 73d51d1 Compare February 23, 2024 21:33
@atodorov atodorov changed the title DEBUG: Failing test in CirclesCI Fix failing test in CirclesCI Feb 23, 2024
@atodorov atodorov force-pushed the prepare/v13.1-fix-failure-in-CircleCI-tests branch from 73d51d1 to 97f14be Compare February 23, 2024 21:38
- on CircleCI, otherwise it fails with

STDERR:   File "/home/circleci/project/./tests/test_utf8_uploads.py", line 23, in <module>
STDERR:     from tcms.settings.common import FILE_UPLOAD_MAX_SIZE
STDERR: ModuleNotFoundError: No module named 'tcms'

and it looks like setting PYTHONPATH externally doesn't work. Instead
make sure the test script configures sys.path internally so it can find
all of the imports
@atodorov atodorov force-pushed the prepare/v13.1-fix-failure-in-CircleCI-tests branch from 97f14be to db81563 Compare February 23, 2024 21:40
@atodorov atodorov merged commit e9f2182 into master Feb 23, 2024
40 of 47 checks passed
@atodorov atodorov deleted the prepare/v13.1-fix-failure-in-CircleCI-tests branch February 23, 2024 22:09
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.

None yet

1 participant