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

Update pytest to v3.0.1 #4304

Merged
merged 1 commit into from Aug 25, 2016
Merged

Conversation

alexgibson
Copy link
Member

@alexgibson alexgibson commented Aug 25, 2016

Description

Updates pytest to v3.0.1 and the following plugins:

  • pytest-django v3.0.0
  • pytest-html v1.10.0
  • pytest-selenium v1.3.1
  • pytest-xdist v1.15.0
  • pytest-rerunfailures v2.0.1

Using pytest 3.0.1 should allow us to re-enable the HTML reporter in Jenkins again, which helps debugging integration test failures (fixes this issue specifically).

@jgmize @pmac r?

/cc @davehunt

- pytest-django v3.0.0
- pytest-html v1.10.0
- pytest-selenium v1.3.1
- pytest-xdist v1.15.0
- pytest-rerunfailures v2.0.1
@alexgibson
Copy link
Member Author

alexgibson commented Aug 25, 2016

I should note when running the python unit tests there are some warnings, but these just seem to be deprecation related and not something we need worry about until pytest 4.0 is released.

============================ pytest-warning summary ============================
WC1 /home/ubuntu/bedrock/bedrock/base/tests/test_urlresolvers.py yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /home/ubuntu/bedrock/bedrock/base/tests/test_urlresolvers.py yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /home/ubuntu/bedrock/bedrock/base/tests/test_urlresolvers.py yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /home/ubuntu/bedrock/bedrock/base/tests/test_urlresolvers.py yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /home/ubuntu/bedrock/bedrock/mozorg/tests/test_helper_misc.py yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /home/ubuntu/bedrock/bedrock/mozorg/tests/test_helper_misc.py yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /home/ubuntu/bedrock/bedrock/mozorg/tests/test_helper_misc.py yield tests are deprecated, and scheduled to be removed in pytest 4.0
WC1 /home/ubuntu/bedrock/bedrock/mozorg/tests/test_helper_misc.py yield tests are deprecated, and scheduled to be removed in pytest 4.0

@pmac
Copy link
Member

pmac commented Aug 25, 2016

r+ 🏇

@alexgibson alexgibson merged commit 546e9fb into mozilla:master Aug 25, 2016
@alexgibson alexgibson deleted the update-pytest branch August 25, 2016 14:15
@alexgibson alexgibson restored the update-pytest branch August 25, 2016 14:15
@alexgibson alexgibson deleted the update-pytest branch August 25, 2016 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

explicitly passed parametrize ids do not get escaped to ascii
2 participants