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 pymongo and solve the error of pytest #791

Merged
merged 1 commit into from Jan 14, 2024
Merged

Conversation

dachengx
Copy link
Collaborator

What is the problem / what does the code in this PR do

Can you briefly describe how it works?

Can you give a minimal working example (or illustrate with a figure)?

Please include the following if applicable:

  • Update the docstring(s)
  • Update the documentation
  • Tests to check the (new) code is working as desired.
  • Does it solve one of the open issues on github?

Please make sure that all automated tests have passed before asking for a review (you can save the PR as a draft otherwise).

Copy link

Coverage Status

coverage: 91.37% (+0.3%) from 91.062%
when pulling 7e9e166 on update_pymongo
into f1471d0 on master.

@dachengx dachengx marked this pull request as ready for review January 14, 2024 10:02
@dachengx dachengx merged commit 81574df into master Jan 14, 2024
11 checks passed
@dachengx dachengx deleted the update_pymongo branch January 14, 2024 10:06
@@ -76,7 +76,7 @@ def test_run_meta_data(self):

prev_start = datetime.datetime.min.replace(tzinfo=pytz.utc)
for subrun_id in superrun_meta["sub_run_spec"]:
start = self.context.run_metadata(subrun_id)["start"]
start = self.context.run_metadata(subrun_id)["start"].replace(tzinfo=pytz.utc)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Funny that this never popped up before.

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

2 participants