Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

pytest 3 support added #110

Merged
merged 2 commits into from
Mar 23, 2017
Merged

pytest 3 support added #110

merged 2 commits into from
Mar 23, 2017

Conversation

SergeyPirogov
Copy link

@SergeyPirogov SergeyPirogov commented Feb 9, 2017

This pull request will fix support for pytest 2 and 3 version. In pytest 3, according to pytest-dev/pytest@2853083 function mangle_testnames was renamed so to be compatible with both version we replaced call of this function inside pytest-adapter by our own function.

@SergeyPirogov
Copy link
Author

Two test failures related to pytest.mark.xfail disscussion here pytest-dev/pytest#2242. Seems that there was some breaking change for pytest=>3.0 because for 2.9.2 all tests are green

@SergeyPirogov
Copy link
Author

@pupssman could you please review and release version with this update, so people will be able to use adapter with pytest >= 3.0

@ujlbu4
Copy link

ujlbu4 commented Mar 23, 2017

Is there any chance to merge this pull request?

@SergeyPirogov
Copy link
Author

@ujlbu4 I think it will not be merged, because Allure-python2 is available and solves this issue

@baev
Copy link
Member

baev commented Mar 23, 2017

yep, you can use new python adaptor https://github.com/allure-framework/allure-python2 . It is not deployed to PyPi, but we are working on it.

BTW I dont see any reason why this should not be merged

@baev baev merged commit e7617f9 into allure-framework:master Mar 23, 2017
@baev
Copy link
Member

baev commented Mar 23, 2017

@SergeyPirogov thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants