You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage statistics calculator relies on $dateTrunc query in the aggregation pipeline for segregating jobs. This feature was added in mongodb 5.0 and is not currently present in the mongomock implementation.
Consider adding a custom command-line argument to pytest that allows switching to a real database during tests.
See: pytest_addoption
The text was updated successfully, but these errors were encountered:
Usage statistics calculator relies on
$dateTrunc
query in the aggregation pipeline for segregating jobs. This feature was added in mongodb 5.0 and is not currently present in the mongomock implementation.Consider adding a custom command-line argument to pytest that allows switching to a real database during tests.
See: pytest_addoption
The text was updated successfully, but these errors were encountered: