SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-pytest-doc-3.0.6-88.1.noarch.rpm :
Fri Feb 3 13:00:00 2017 arunAATTgmx.de
- specfile:

* update copyright year
- update to version 3.0.6:

* pytest no longer generates PendingDeprecationWarning from its own
operations, which was introduced by mistake in version 3.0.5
(#2118). Thanks to AATTnicoddemus for the report and
AATTRonnyPfannschmidt for the PR.

* pytest no longer recognizes coroutine functions as yield tests
(#2129). Thanks to AATTmalinoff for the PR.

* Plugins loaded by the PYTEST_PLUGINS environment variable are now
automatically considered for assertion rewriting (#2185). Thanks
AATTnicoddemus for the PR.

* Improve error message when pytest.warns fails (#2150). The type(s)
of the expected warnings and the list of caught warnings is added
to the error message. Thanks AATTlesteve for the PR.

* Fix pytester internal plugin to work correctly with latest
versions of zope.interface (#1989). Thanks AATTnicoddemus for the PR.

* Assert statements of the pytester plugin again benefit from
assertion rewriting (#1920). Thanks AATTRonnyPfannschmidt for the
report and AATTnicoddemus for the PR.

* Specifying tests with colons like test_foo.py::test_bar for tests
in subdirectories with ini configuration files now uses the
correct ini file (#2148). Thanks AATTpelme.

* Fail testdir.runpytest().assert_outcomes() explicitly if the
pytest terminal output it relies on is missing. Thanks to AATTeli-b
for the PR.

Mon Dec 5 13:00:00 2016 arunAATTgmx.de
- update to version 3.0.5:

* Add warning when not passing option=value correctly to
- o/--override-ini (#2105). Also improved the help
documentation. Thanks to AATTmbukatov for the report and AATTlwm for the
PR.

* Now --confcutdir and --junit-xml are properly validated if they
are directories and filenames, respectively (#2089 and
[#2078]). Thanks to AATTlwm for the PR.

* Add hint to error message hinting possible missing __init__.py
(#478). Thanks AATTDuncanBetts.

* More accurately describe when fixture finalization occurs in
documentation (#687). Thanks AATTDuncanBetts.

* Provide :ref: targets for recwarn.rst so we can use intersphinx
referencing. Thanks to AATTdupuy for the report and AATTlwm for the PR.

* In Python 2, use a simple +- ASCII string in the string
representation of pytest.approx (for example \"4 +- 4.0e-06\")
because it is brittle to handle that in different contexts and
representations internally in pytest which can result in bugs such
as #2111. In Python 3, the representation still uses ± (for
example 4 ± 4.0e-06). Thanks AATTkerrick-lyft for the report and
AATTnicoddemus for the PR.

* Using item.Function, item.Module, etc., is now issuing deprecation
warnings, prefer pytest.Function, pytest.Module, etc., instead
(#2034). Thanks AATTnmundar for the PR.

* Fix error message using approx with complex numbers
(#2082). Thanks AATTadler-j for the report and AATTnicoddemus for the
PR.

* Fixed false-positives warnings from assertion rewrite hook for
modules imported more than once by the pytest_plugins
mechanism. Thanks AATTnicoddemus for the PR.

* Remove an internal cache which could cause hooks from conftest.py
files in sub-directories to be called in other directories
incorrectly (#2016). Thanks AATTd-b-w for the report and AATTnicoddemus
for the PR.

* Remove internal code meant to support earlier Python 3 versions
that produced the side effect of leaving None in sys.modules when
expressions were evaluated by pytest (for example passing a
condition as a string to pytest.mark.skipif)(#2103). Thanks
AATTjaraco for the report and AATTnicoddemus for the PR.

* Cope gracefully with a .pyc file with no matching .py file
(#2038). Thanks AATTnedbat.

Tue Nov 15 13:00:00 2016 arunAATTgmx.de
- update to version 3.0.4:

* Import errors when collecting test modules now display the full
traceback (#1976). Thanks AATTcwitty for the report and AATTnicoddemus
for the PR.

* Fix confusing command-line help message for custom options with
two or more metavar properties (#2004). Thanks AATTokulynyak and
AATTdavehunt for the report and AATTnicoddemus for the PR.

* When loading plugins, import errors which contain non-ascii
messages are now properly handled in Python 2 (#1998). Thanks
AATTnicoddemus for the PR.

* Fixed cyclic reference when pytest.raises is used in
context-manager form (#1965). Also as a result of this fix,
sys.exc_info() is left empty in both context-manager and function
call usages. Previously, sys.exc_info would contain the exception
caught by the context manager, even when the expected exception
occurred. Thanks AATTMSeifert04 for the report and the PR.

* Fixed false-positives warnings from assertion rewrite hook for
modules that were rewritten but were later marked explicitly by
pytest.register_assert_rewrite or implicitly as a plugin
(#2005). Thanks AATTRonnyPfannschmidt for the report and AATTnicoddemus
for the PR.

* Report teardown output on test failure (#442). Thanks AATTmatclab or
the PR.

* Fix teardown error message in generated xUnit XML. Thanks
AATTgdyuldin or the PR.

* Properly handle exceptions in multiprocessing tasks
(#1984). Thanks AATTadborden for the report and AATTnicoddemus for the
PR.

* Clean up unittest TestCase objects after tests are complete
(#1649). Thanks AATTd_b_w for the report and PR.

Fri Sep 30 14:00:00 2016 arunAATTgmx.de
- update to version 3.0.3:

* The ids argument to parametrize again accepts unicode strings in
Python 2 (#1905). Thanks AATTphilpep for the report and AATTnicoddemus
for the PR.

* Assertions are now being rewritten for plugins in development mode
(pip install -e) (#1934). Thanks AATTnicoddemus for the PR.

* Fix pkg_resources import error in Jython projects (#1853). Thanks
AATTraquel-ucl for the PR.

* Got rid of AttributeError: \'Module\' object has no attribute \'_obj\'
exception in Python 3 (#1944). Thanks AATTaxil for the PR.

* Explain a bad scope value passed to AATTfixture declarations or a
MetaFunc.parametrize() call. Thanks AATTtgoodlet for the PR.

* This version includes pluggy-0.4.0, which correctly handles
VersionConflict errors in plugins (#704). Thanks AATTnicoddemus for
the PR.

Sat Jun 18 14:00:00 2016 arunAATTgmx.de
- update to version 2.9.2:

* fix #510: skip tests where one parameterize dimension was empty
thanks Alex Stapleton for the Report and AATTRonnyPfannschmidt for
the PR

* Fix Xfail does not work with condition keyword argument. Thanks
AATTastraw38 for reporting the issue (#1496) and AATTtomviner for PR the
(#1524).

* Fix win32 path issue when puttinging custom config file with
absolute path in pytest.main(\"-c your_absolute_path\").

* Fix maximum recursion depth detection when raised error class is
not aware of unicode/encoded bytes. Thanks AATTprusse-martin for the
PR (#1506).

* Fix pytest.mark.skip mark when used in strict mode. Thanks
AATTpquentin for the PR and AATTRonnyPfannschmidt for showing how to fix
the bug.

* Minor improvements and fixes to the documentation. Thanks
AATTomarkohl for the PR.

* Fix --fixtures to show all fixture definitions as opposed to just
one per fixture name. Thanks to AATThackebrot for the PR.

Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:

* changed to https for source url

* updated source url to files.pythonhosted.org

Sat Mar 19 13:00:00 2016 arunAATTgmx.de
- update to version 2.9.1:

* Improve error message when a plugin fails to load. Thanks
AATTnicoddemus for the PR.

* Fix (#1178): pytest.fail with non-ascii characters raises an
internal pytest error. Thanks AATTnicoddemus for the PR.

* Fix (#469): junit parses report.nodeid incorrectly, when params
IDs contain ::. Thanks AATTtomviner for the PR (#1431).

* Fix (#578): SyntaxErrors containing non-ascii lines at the point
of failure generated an internal py.test error. Thanks AATTasottile
for the report and AATTnicoddemus for the PR.

* Fix (#1437): When passing in a bytestring regex pattern to
parameterize attempt to decode it as utf-8 ignoring errors.

* Fix (#649): parametrized test nodes cannot be specified to run on
the command line.

Thu Mar 3 13:00:00 2016 arunAATTgmx.de
- specfile:

* CHANGELOG -> CHANGELOG.rst
- update to version 2.9.0:

* New Features
+ New pytest.mark.skip mark, which unconditionally skips marked
tests. Thanks AATTMichaelAquilina for the complete PR (#1040).
+ --doctest-glob may now be passed multiple times in the
command-line. Thanks AATTjab and AATTnicoddemus for the PR.
+ New -rp and -rP reporting options give the summary and full
output of passing tests, respectively. Thanks to AATTcodewarrior0 for
the PR.
+ pytest.mark.xfail now has a strict option which makes XPASS
tests to fail the test suite, defaulting to False. There’s also a
xfail_strict ini option that can be used to configure it
project-wise. Thanks AATTrabbbit for the request and AATTnicoddemus for
the PR (#1355).
+ Parser.addini now supports options of type bool. Thanks
AATTnicoddemus for the PR.
+ New ALLOW_BYTES doctest option strips b prefixes from byte
strings in doctest output (similar to ALLOW_UNICODE). Thanks
AATTjaraco for the request and AATTnicoddemus for the PR (#1287).
+ give a hint on KeyboardInterrupt to use the –fulltrace option to
show the errors, this fixes #1366. Thanks to AATThpk42 for the report
and AATTRonnyPfannschmidt for the PR.
+ catch IndexError exceptions when getting exception source
location. This fixes pytest internal error for dynamically
generated code (fixtures and tests) where source lines are fake by
intention

* Changes
+ Important: py.code has been merged into the pytest repository as
pytest._code. This decision was made because py.code had very few
uses outside pytest and the fact that it was in a different
repository made it difficult to fix bugs on its code in a timely
manner. The team hopes with this to be able to better refactor out
and improve that code. This change shouldn’t affect users, but it
is useful to let users aware if they encounter any strange
behavior.
+ Keep in mind that the code for pytest._code is private and
experimental, so you definitely should not import it explicitly!
+ Please note that the original py.code is still available in
pylib.
+ pytest_enter_pdb now optionally receives the pytest config
object. Thanks AATTnicoddemus for the PR.
+ Removed code and documentation for Python 2.5 or lower versions,
including removal of the obsolete _pytest.assertion.oldinterpret
module. Thanks AATTnicoddemus for the PR (#1226).
+ Comparisons now always show up in full when CI or BUILD_NUMBER
is found in the environment, even when -vv isn’t used. Thanks
AATTThe-Compiler for the PR.
+ --lf and --ff now support long names: --last-failed and
- -failed-first respectively. Thanks AATTMichaelAquilina for the PR.
+ Added expected exceptions to pytest.raises fail message
+ Collection only displays progress (“collecting X items”) when in
a terminal. This avoids cluttering the output when using
- -color=yes to obtain colors in CI integrations systems (#1397).

* Bug Fixes
+ The -s and -c options should now work under xdist;
Config.fromdictargs now represents its input much more
faithfully. Thanks to AATTbukzor for the complete PR (#680).
+ Fix (#1290): support Python 3.5’s AATT operator in assertion
rewriting. Thanks AATTShinkenjoe for report with test case and
AATTtomviner for the PR.
+ Fix formatting utf-8 explanation messages (#1379). Thanks AATTbiern
for the PR.
+ Fix traceback style docs to describe all of the available
options (auto/long/short/line/native/no), with auto being the
default since v2.6. Thanks AATThackebrot for the PR.
+ Fix (#1422): junit record_xml_property doesn’t allow multiple
records with same name.

Tue Jan 26 13:00:00 2016 arunAATTgmx.de
- specfile:

* changes from zip to tar.gz
- update to version 2.8.7:

* fix #1338: use predictable object resolution for monkeypatch
- changes from version 2.8.6:

* fix #1259: allow for double nodeids in junitxml, this was a
regression failing plugins combinations like pytest-pep8 +
pytest-flakes

* Workaround for exception that occurs in pyreadline when using
- -pdb with standard I/O capture enabled. Thanks Erik M. Bray for
the PR.

* fix #900: Better error message in case the target of a monkeypatch
call raises an ImportError.

* fix #1292: monkeypatch calls (setattr, setenv, etc.) are now
O(1). Thanks David R. MacIver for the report and Bruno Oliveira
for the PR.

* fix #1223: captured stdout and stderr are now properly displayed
before entering pdb when --pdb is used instead of being thrown
away. Thanks Cal Leeming for the PR.

* fix #1305: pytest warnings emitted during pytest_terminal_summary
are now properly displayed. Thanks Ionel Maries Cristian for the
report and Bruno Oliveira for the PR.

* fix #628: fixed internal UnicodeDecodeError when doctests contain
unicode. Thanks Jason R. Coombs for the report and Bruno Oliveira
for the PR.

* fix #1334: Add captured stdout to jUnit XML report on setup
error. Thanks Georgy Dyuldin for the PR.

Sun Jan 3 13:00:00 2016 toddrme2178AATTgmail.com
- Update to version 2.8.5

* fix #1243: fixed issue where class attributes injected during
collection could break pytest.
fix #1074: precompute junitxml chunks instead of storing the
whole tree in objects
fix #1238: fix pytest.deprecated_call() receiving multiple
arguments (Regression introduced in 2.8.4).

Sun Dec 6 13:00:00 2015 arunAATTgmx.de
- update to version 2.8.4:

* fix #1190: deprecated_call() now works when the deprecated
function has been already called by another test in the same
module. Thanks Mikhail Chernykh for the report and Bruno Oliveira
for the PR.

* fix #1198: --pastebin option now works on Python 3. Thanks Mehdy
Khoshnoody for the PR.

* fix #1219: --pastebin now works correctly when captured output
contains non-ascii characters. Thanks Bruno Oliveira for the PR.

* fix #1204: another error when collecting with a nasty
__getattr__(). Thanks Florian Bruhin for the PR.

* fix the summary printed when no tests did run. Thanks Florian
Bruhin for the PR.

* a number of documentation modernizations wrt good
practices. Thanks Bruno Oliveira for the PR.

Sun Nov 22 13:00:00 2015 arunAATTgmx.de
- update to version 2.8.3:

* fix #1169: add __name__ attribute to testcases in TestCaseFunction
to support the AATTunittest.skip decorator on functions and methods.
Thanks Lee Kamentsky for the PR.

* fix #1035: collecting tests if test module level obj has
__getattr__(). Thanks Suor for the report and Bruno Oliveira /
Tom Viner for the PR.

* fix #331: don\'t collect tests if their failure cannot be reported
correctly e.g. they are a callable instance of a class.

* fix #1133: fixed internal error when filtering tracebacks where
one entry belongs to a file which is no longer available. Thanks
Bruno Oliveira for the PR.

* enhancement made to highlight in red the name of the failing tests
so they stand out in the output. Thanks Gabriel Reis for the PR.

* add more talks to the documentation

* extend documentation on the --ignore cli option

* use pytest-runner for setuptools integration

* minor fixes for interaction with OS X El Capitan system integrity
protection (thanks Florian)

Sun Oct 11 14:00:00 2015 arunAATTgmx.de
- specfile:

* added CHANGELOG to %doc
- update to version 2.8.2:

* fix #1085: proper handling of encoding errors when passing encoded
byte strings to pytest.parametrize in Python 2. Thanks
Themanwithoutaplan for the report and Bruno Oliveira for the PR.

* fix #1087: handling SystemError when passing empty byte strings to
pytest.parametrize in Python 3. Thanks Paul Kehrer for the report
and Bruno Oliveira for the PR.

* fix #995: fixed internal error when filtering tracebacks where one
entry was generated by an exec() statement. Thanks Daniel Hahler,
Ashley C Straw, Philippe Gauthier and Pavel Savchenko for
contributing and Bruno Oliveira for the PR.
- changes from version 2.8.1:

* fix #1034: Add missing nodeid on pytest_logwarning call in
addhook. Thanks Simon Gomizelj for the PR.

* ‘deprecated_call’ is now only satisfied with a DeprecationWarning
or PendingDeprecationWarning. Before 2.8.0, it accepted any
warning, and 2.8.0 made it accept only DeprecationWarning (but not
PendingDeprecationWarning). Thanks Alex Gaynor for the issue and
Eric Hunsberger for the PR.

* fix issue #1073: avoid calling __getattr__ on potential plugin
objects. This fixes an incompatibility with pytest-django. Thanks
Andreas Pelme, Bruno Oliveira and Ronny Pfannschmidt for
contributing and Holger Krekel for the fix.

* Fix issue #704: handle versionconflict during plugin loading more
gracefully. Thanks Bruno Oliveira for the PR.

* Fix issue #1064: \"–junitxml\" regression when used with the
\"pytest-xdist\" plugin, with test reports being assigned to the
wrong tests. Thanks Daniel Grunwald for the report and Bruno
Oliveira for the PR.

* (experimental) adapt more SEMVER style versioning and change
meaning of master branch in git repo: \"master\" branch now keeps
the bugfixes, changes aimed for micro releases. \"features\" branch
will only be be released with minor or major pytest releases.

* Fix issue #766 by removing documentation references to
distutils. Thanks Russel Winder.

* Fix issue #1030: now byte-strings are escaped to produce item node
ids to make them always serializable. Thanks Andy Freeland for the
report and Bruno Oliveira for the PR.

* Python 2: if unicode parametrized values are convertible to ascii,
their ascii representation is used for the node id.

* Fix issue #411: Add __eq__ method to assertion comparison
example. Thanks Ben Webb.

* fix issue 877: properly handle assertion explanations with
non-ascii repr Thanks Mathieu Agopian for the report and Ronny
Pfannschmidt for the PR.

* fix issue 1029: transform errors when writing cache values into
pytest-warnings
- changes from version 2.8.0:

* new --lf and -ff options to run only the last failing tests or
\"failing tests first\" from the last run. This functionality is
provided through porting the formerly external pytest-cache plugin
into pytest core. BACKWARD INCOMPAT: if you used pytest-cache’s
functionality to persist data between test runs be aware that we
don’t serialize sets anymore. Thanks Ronny Pfannschmidt for most
of the merging work.

* \"-r\" option now accepts \"a\" to include all possible reports,
similar to passing \"fEsxXw\" explicitly (isse960). Thanks Abhijeet
Kasurde for the PR.

* avoid python3.5 deprecation warnings by introducing version
specific inspection helpers, thanks Michael Droettboom.

* fix issue562: AATTnose.tools.istest now fully respected.

* fix issue934: when string comparison fails and a diff is too large
to display without passing -vv, still show a few lines of the
diff. Thanks Florian Bruhin for the report and Bruno Oliveira for
the PR.

* fix issue736: Fix a bug where fixture params would be discarded
when combined with parametrization markers. Thanks to Markus
Unterwaditzer for the PR.

* fix issue710: introduce ALLOW_UNICODE doctest option: when
enabled, the u prefix is stripped from unicode strings in expected
doctest output. This allows doctests which use unicode to run in
Python 2 and 3 unchanged. Thanks Jason R. Coombs for the report
and Bruno Oliveira for the PR.

* parametrize now also generates meaningful test IDs for enum, regex
and class objects (as opposed to class instances). Thanks to
Florian Bruhin for the PR.

* Add ‘warns’ to assert that warnings are thrown (like
‘raises’). Thanks to Eric Hunsberger for the PR.

* Fix issue683: Do not apply an already applied mark. Thanks ojake
for the PR.

* Deal with capturing failures better so fewer exceptions get lost
to /dev/null. Thanks David Szotten for the PR.

* fix issue730: deprecate and warn about the –genscript
option. Thanks Ronny Pfannschmidt for the report and Christian
Pommranz for the PR.

* fix issue751: multiple parametrize with ids bug if it parametrizes
class with two or more test methods. Thanks Sergey Chipiga for
reporting and Jan Bednarik for PR.

* fix issue82: avoid loading conftest files from
setup.cfg/pytest.ini/tox.ini files and upwards by default
(–confcutdir can still be set to override this). Thanks Bruno
Oliveira for the PR.

* fix issue768: docstrings found in python modules were not setting
up session fixtures. Thanks Jason R. Coombs for reporting and
Bruno Oliveira for the PR.

* added tmpdir_factory, a session-scoped fixture that can be used to
create directories under the base temporary directory. Previously
this object was installed as a _tmpdirhandler attribute of the
config object, but now it is part of the official API and using
config._tmpdirhandler is deprecated. Thanks Bruno Oliveira for the
PR.

* fix issue808: pytest’s internal assertion rewrite hook now
implements the optional PEP302 get_data API so tests can access
data files next to them. Thanks xmo-odoo for request and example
and Bruno Oliveira for the PR.

* rootdir and inifile are now displayed during usage errors to help
users diagnose problems such as unexpected ini files which add
unknown options being picked up by pytest. Thanks to Pavel
Savchenko for bringing the problem to attention in #821 and Bruno
Oliveira for the PR.

* Summary bar now is colored yellow for warning situations such as:
all tests either were skipped or xpass/xfailed, or no tests were
run at all (this is a partial fix for issue500).

* fix issue812: pytest now exits with status code 5 in situations
where no tests were run at all, such as the directory given in the
command line does not contain any tests or as result of a command
line option filters all out all tests (-k for example). Thanks
Eric Siegerman (issue812) and Bruno Oliveira for the PR.

* Summary bar now is colored yellow for warning situations such as:
all tests either were skipped or xpass/xfailed, or no tests were
run at all (related to issue500). Thanks Eric Siegerman.

* New testpaths ini option: list of directories to search for tests
when executing pytest from the root directory. This can be used to
speed up test collection when a project has well specified
directories for tests, being usually more practical than
configuring norecursedirs for all directories that do not contain
tests. Thanks to Adrian for idea (#694) and Bruno Oliveira for the
PR.

* fix issue713: JUnit XML reports for doctest failures. Thanks
Punyashloka Biswal.

* fix issue970: internal pytest warnings now appear as
\"pytest-warnings\" in the terminal instead of \"warnings\", so it is
clear for users that those warnings are from pytest and not from
the builtin \"warnings\" module. Thanks Bruno Oliveira.

* Include setup and teardown in junitxml test durations. Thanks
Janne Vanhala.

* fix issue735: assertion failures on debug versions of Python 3.4+

* new option --import-mode to allow to change test module importing
behaviour to append to sys.path instead of prepending. This better
allows to run test modules against installated versions of a
package even if the package under test has the same import root.

* pytester: add method TmpTestdir.delete_loaded_modules(), and call
it from inline_run() to allow temporary modules to be
reloaded. Thanks Eduardo Schettino.

* internally refactor pluginmanager API and code so that there is a
clear distinction between a pytest-agnostic rather simple
pluginmanager and the PytestPluginManager which adds a lot of
behaviour, among it handling of the local conftest files. In terms
of documented methods this is a backward compatible change but it
might still break 3rd party plugins which relied on details like
especially the pluginmanager.add_shutdown() API. Thanks Holger
Krekel.

* pluginmanagement: introduce pytest.hookimpl and pytest.hookspec
decorators for setting impl/spec specific parameters. This
substitutes the previous now deprecated use of pytest.mark which
is meant to contain markers for test functions only.

* write/refine docs for \"writing plugins\" which now have their own
page and are separate from the \"using/installing plugins`` page.

* fix issue732: properly unregister plugins from any hook calling
sites allowing to have temporary plugins during test execution.

* deprecate and warn about __multicall__ argument in hook
implementations. Use the hookwrapper mechanism instead already
introduced with pytest-2.7.

* speed up pytest’s own test suite considerably by using inprocess
tests by default (testrun can be modified with
–runpytest=subprocess to create subprocesses in many places
instead). The main APIs to run pytest in a test is \"runpytest()\"
or \"runpytest_subprocess\" and \"runpytest_inprocess\" if you need a
particular way of running the test. In all cases you get back a
RunResult but the inprocess one will also have a \"reprec\"
attribute with the recorded events/reports.

* fix monkeypatch.setattr(\"x.y\", raising=False) to actually not
raise if \"y\" is not a pre-existing attribute. Thanks Florian
Bruhin.

* fix issue741: make running output from testdir.run copy/pasteable
Thanks Bruno Oliveira.

* add a new --noconftest argument which ignores all conftest.py
files.

* add file and line attributes to JUnit-XML output.

* fix issue890: changed extension of all documentation files from
txt to rst. Thanks to Abhijeet for the PR.

* fix issue714: add ability to apply indirect=True parameter on
particular argnames. Thanks Elizaveta239.

* fix issue890: changed extension of all documentation files from
txt to rst. Thanks to Abhijeet for the PR.

* fix issue957: \"# doctest: SKIP\" option will now register doctests
as SKIPPED rather than PASSED. Thanks Thomas Grainger for the
report and Bruno Oliveira for the PR.

* issue951: add new record_xml_property fixture, that supports
logging additional information on xml output. Thanks David Diaz
for the PR.

* issue949: paths after normal options (for example -s, -v, etc) are
now properly used to discover rootdir and ini files. Thanks Peter
Lauri for the report and Bruno Oliveira for the PR.
- changes from version 2.7.3:

* Allow ‘dev’, ‘rc’, or other non-integer version strings in
importorskip. Thanks to Eric Hunsberger for the PR.

* fix issue856: consider –color parameter in all outputs (for
example –fixtures). Thanks Barney Gale for the report and Bruno
Oliveira for the PR.

* fix issue855: passing str objects as plugins argument to
pytest.main is now interpreted as a module name to be imported and
registered as a plugin, instead of silently having no
effect. Thanks xmo-odoo for the report and Bruno Oliveira for the
PR.

* fix issue744: fix for ast.Call changes in Python 3.5+. Thanks
Guido van Rossum, Matthias Bussonnier, Stefan Zimmermann and
Thomas Kluyver.

* fix issue842: applying markers in classes no longer propagate this
markers to superclasses which also have markers. Thanks xmo-odoo
for the report and Bruno Oliveira for the PR.

* preserve warning functions after call to
pytest.deprecated_call. Thanks Pieter Mulder for PR.

* fix issue854: autouse yield_fixtures defined as class members of
unittest.TestCase subclasses now work as expected. Thannks
xmo-odoo for the report and Bruno Oliveira for the PR.

* fix issue833: –fixtures now shows all fixtures of collected test
files, instead of just the fixtures declared on the first
one. Thanks Florian Bruhin for reporting and Bruno Oliveira for
the PR.

* fix issue863: skipped tests now report the correct reason when a
skip/xfail condition is met when using multiple markers. Thanks
Raphael Pierzina for reporting and Bruno Oliveira for the PR.

* optimized tmpdir fixture initialization, which should make test
sessions faster (specially when using pytest-xdist). The only
visible effect is that now pytest uses a subdirectory in the $TEMP
directory for all directories created by this fixture (defaults to
$TEMP/pytest-$USER). Thanks Bruno Oliveira for the PR.

Wed Jul 8 14:00:00 2015 toddrme2178AATTgmail.com
- Split documentation into separate package to avoid build loop


 
ICM