Skip to content

Update pytest to v3.0.1#4304

Merged
alexgibson merged 1 commit intomozilla:masterfrom
alexgibson:update-pytest
Aug 25, 2016
Merged

Update pytest to v3.0.1#4304
alexgibson merged 1 commit intomozilla:masterfrom
alexgibson:update-pytest

Conversation

@alexgibson
Copy link
Contributor

@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
Contributor 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
Contributor

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