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

CI: Install pytest-timeout for MinGW CI #5780

Merged
merged 1 commit into from Oct 18, 2021

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Oct 18, 2021

Before

Tests/test_util.py::test_is_not_directory PASSED                         [ 99%]
Tests/test_util.py::test_deferred_error PASSED                           [ 99%]
Tests/test_webp_leaks.py::TestWebPLeaks::test_leak_load SKIPPED (Req...) [100%]

============================== warnings summary ===============================
Tests/test_file_eps.py:283
  D:/a/Pillow/Pillow/Tests/test_file_eps.py:283: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo?  You can register custom marks to avoid this warning - for details, see docs.pytest.org/en/stable/mark.html
    @pytest.mark.timeout(timeout=5)

Tests/test_file_fli.py:135
  D:/a/Pillow/Pillow/Tests/test_file_fli.py:135: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo?  You can register custom marks to avoid this warning - for details, see docs.pytest.org/en/stable/mark.html
    @pytest.mark.timeout(timeout=3)

Tests/test_file_pdf.py:315
  D:/a/Pillow/Pillow/Tests/test_file_pdf.py:315: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo?  You can register custom marks to avoid this warning - for details, see docs.pytest.org/en/stable/mark.html
    @pytest.mark.timeout(1)

-- Docs: docs.pytest.org/en/stable/warnings.html

----------- coverage: platform win32, python 3.9.7-final-0 -----------

https://github.com/python-pillow/Pillow/runs/3924866011?check_suite_focus=true#step:6:1976

After

Tests/test_util.py::test_is_not_directory PASSED                         [ 99%]
Tests/test_util.py::test_deferred_error PASSED                           [ 99%]
Tests/test_webp_leaks.py::TestWebPLeaks::test_leak_load SKIPPED (Req...) [100%]

----------- coverage: platform win32, python 3.9.7-final-0 -----------

https://github.com/hugovk/Pillow/runs/3926912601?check_suite_focus=true#step:6:1976

@radarhere radarhere added the automerge Automatically merge PRs that are ready label Oct 18, 2021
@radarhere radarhere merged commit af745d6 into python-pillow:main Oct 18, 2021
@hugovk hugovk deleted the mingq-pytest-timeout branch October 18, 2021 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PRs that are ready Testing Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants