Skip to content

Why did this start failing on a GitHub actions Python 3.11 VM? #224

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

Open
github-actions bot opened this issue Nov 12, 2024 · 0 comments
Open

Why did this start failing on a GitHub actions Python 3.11 VM? #224

github-actions bot opened this issue Nov 12, 2024 · 0 comments
Labels

Comments

@github-actions
Copy link

# TODO: Why did this start failing on a GitHub actions Python 3.11 VM?

    formatted_record = formatter.format(record)

    formatted_time = fixed_datetime.strftime(get_datetime_format(locale))

    # TODO: Why did this start failing on a GitHub actions Python 3.11 VM?

    # assert formatted_record == f'[TEST] {formatted_time} - DEBUG: my log msg (test.logger)'
    assert formatted_record.startswith(
        f'[TEST] {formatted_time}) - DEBUG: my log msg (test.logger)')
    assert formatted_record.endswith(' - DEBUG: my log msg (test.logger)')


def test_log_formatter_date_localization(runtime: Annotated[IsRuntime, pytest.fixture]):
@github-actions github-actions bot added the todo label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants