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

Investigate Python 3.8 windows test failure #2183

Open
xrmx opened this issue Dec 23, 2024 · 0 comments
Open

Investigate Python 3.8 windows test failure #2183

xrmx opened this issue Dec 23, 2024 · 0 comments

Comments

@xrmx
Copy link
Member

xrmx commented Dec 23, 2024

This was from unrelated code change:

_____________________________ test_interval_timer _____________________________

    def test_interval_timer():
        func = mock.Mock()
        timer = IntervalTimer(function=func, interval=0.1, args=(1,), kwargs={"a": "b"})
        timer.start()
        time.sleep(0.25)
        try:
>           assert func.call_count == 2
E           AssertionError: assert 1 == 2
E            +  where 1 = <Mock id='2848397612848'>.call_count

tests\utils\threading_tests.py:46: AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant