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

Update python to 3.10 #68

Merged
merged 25 commits into from
Jun 23, 2024
Merged

Update python to 3.10 #68

merged 25 commits into from
Jun 23, 2024

Conversation

BlackYps
Copy link
Collaborator

@BlackYps BlackYps commented Jun 3, 2024

Also update dependencies

@@ -109,7 +107,7 @@ async def test_incorrect_vhost(mocker, caplog):


async def test_parse_incoming_message(mq_service, consumer):
payload = {"msg": "test message", "another_key": "value"}
Copy link
Collaborator Author

@BlackYps BlackYps Jun 5, 2024

Choose a reason for hiding this comment

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

This is just a temporary change to show that messages from earlier tests are still lingering in the list of received messages. I'm not sure why this started to happen. It is probably related to some dependency update

@BlackYps BlackYps requested review from Askaholic and Sheikah45 June 5, 2024 12:19
Copy link

codecov bot commented Jun 5, 2024

Codecov Report

Attention: Patch coverage is 98.24561% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.66%. Comparing base (9b5aeaa) to head (0515588).
Report is 1 commits behind head on develop.

Files Patch % Lines
service/db/__init__.py 95.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #68      +/-   ##
===========================================
+ Coverage    96.39%   96.66%   +0.27%     
===========================================
  Files           12       12              
  Lines          499      510      +11     
===========================================
+ Hits           481      493      +12     
+ Misses          18       17       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

pytest.ini Outdated Show resolved Hide resolved
scripts/local_rabbitmq.sh Show resolved Hide resolved
service.py Outdated Show resolved Hide resolved
@BlackYps BlackYps requested a review from Askaholic June 23, 2024 11:24
@BlackYps BlackYps merged commit 88a65fe into develop Jun 23, 2024
6 checks passed
@BlackYps BlackYps deleted the update-python branch June 23, 2024 15:28
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.

2 participants