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

Added pytest-timeout to test dependencies #6301

Merged
merged 1 commit into from
Jun 10, 2022

Conversation

radarhere
Copy link
Member

In

- '%PYTHON%\%EXECUTABLE% -m pip install pytest pytest-cov pytest-timeout'

and

Pillow/.ci/install.sh

Lines 34 to 36 in 638ba16

python3 -m pip install -U pytest
python3 -m pip install -U pytest-cov
python3 -m pip install -U pytest-timeout

pytest-timeout is installed as a test dependency. However, it is not documented in Tests/README.rst. This PR fixes that.

@hugovk hugovk merged commit 1c810be into python-pillow:main Jun 10, 2022
@radarhere radarhere deleted the pytest branch June 10, 2022 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants