pkgsrc/devel/py-test4/PLIST
adam badf0a145f py-test4: added version 4.6.10
pytest 4.6.10:

Features
- New ``Config.invocation_args`` attribute containing the unchanged arguments passed to ``pytest.main()``.
  Remark: while this is technically a new feature and according to our `policy <https://docs.pytest.org/en/latest/py27-py34-deprecation.html#what-goes-into-4-6-x-releases>`_ it should not have been backported, we have opened an exception in this particular case because it fixes a serious interaction with ``pytest-xdist``, so it can also be considered a bugfix.

Trivial/Internal Changes
- Remove usage of ``parser`` module, deprecated in Python 3.9.


pytest 4.6.9:

Bug Fixes
- Fix assertion rewriting for egg-based distributions and ``editable`` installs (``pip install --editable``).


pytest 4.6.8:

Features
- JUnit XML now includes a timestamp and hostname in the testsuite tag.

Bug Fixes
- junitxml: Logs for failed test are now passed to junit report in case the test fails during call phase.

Trivial/Internal Changes
- Pin ``colorama`` to ``0.4.1`` only for Python 3.4 so newer Python versions can still receive colorama updates.


pytest 4.6.7:

Bug Fixes
- The XML file produced by ``--junitxml`` now correctly contain a ``<testsuites>`` root element.
-  Properly ignore ``FileNotFoundError`` (``OSError.errno == NOENT`` in Python 2) exceptions when trying to remove old temporary directories,
  for instance when multiple processes try to remove the same directory (common with ``pytest-xdist``
  for example).
2020-05-16 07:51:58 +00:00

181 lines
6.4 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2020/05/16 07:51:58 adam Exp $
bin/py.test-${PYVERSSUFFIX}
bin/pytest-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/_pytest/__init__.py
${PYSITELIB}/_pytest/__init__.pyc
${PYSITELIB}/_pytest/__init__.pyo
${PYSITELIB}/_pytest/_argcomplete.py
${PYSITELIB}/_pytest/_argcomplete.pyc
${PYSITELIB}/_pytest/_argcomplete.pyo
${PYSITELIB}/_pytest/_code/__init__.py
${PYSITELIB}/_pytest/_code/__init__.pyc
${PYSITELIB}/_pytest/_code/__init__.pyo
${PYSITELIB}/_pytest/_code/_py2traceback.py
${PYSITELIB}/_pytest/_code/_py2traceback.pyc
${PYSITELIB}/_pytest/_code/_py2traceback.pyo
${PYSITELIB}/_pytest/_code/code.py
${PYSITELIB}/_pytest/_code/code.pyc
${PYSITELIB}/_pytest/_code/code.pyo
${PYSITELIB}/_pytest/_code/source.py
${PYSITELIB}/_pytest/_code/source.pyc
${PYSITELIB}/_pytest/_code/source.pyo
${PYSITELIB}/_pytest/_io/__init__.py
${PYSITELIB}/_pytest/_io/__init__.pyc
${PYSITELIB}/_pytest/_io/__init__.pyo
${PYSITELIB}/_pytest/_io/saferepr.py
${PYSITELIB}/_pytest/_io/saferepr.pyc
${PYSITELIB}/_pytest/_io/saferepr.pyo
${PYSITELIB}/_pytest/_version.py
${PYSITELIB}/_pytest/_version.pyc
${PYSITELIB}/_pytest/_version.pyo
${PYSITELIB}/_pytest/assertion/__init__.py
${PYSITELIB}/_pytest/assertion/__init__.pyc
${PYSITELIB}/_pytest/assertion/__init__.pyo
${PYSITELIB}/_pytest/assertion/rewrite.py
${PYSITELIB}/_pytest/assertion/rewrite.pyc
${PYSITELIB}/_pytest/assertion/rewrite.pyo
${PYSITELIB}/_pytest/assertion/truncate.py
${PYSITELIB}/_pytest/assertion/truncate.pyc
${PYSITELIB}/_pytest/assertion/truncate.pyo
${PYSITELIB}/_pytest/assertion/util.py
${PYSITELIB}/_pytest/assertion/util.pyc
${PYSITELIB}/_pytest/assertion/util.pyo
${PYSITELIB}/_pytest/cacheprovider.py
${PYSITELIB}/_pytest/cacheprovider.pyc
${PYSITELIB}/_pytest/cacheprovider.pyo
${PYSITELIB}/_pytest/capture.py
${PYSITELIB}/_pytest/capture.pyc
${PYSITELIB}/_pytest/capture.pyo
${PYSITELIB}/_pytest/compat.py
${PYSITELIB}/_pytest/compat.pyc
${PYSITELIB}/_pytest/compat.pyo
${PYSITELIB}/_pytest/config/__init__.py
${PYSITELIB}/_pytest/config/__init__.pyc
${PYSITELIB}/_pytest/config/__init__.pyo
${PYSITELIB}/_pytest/config/argparsing.py
${PYSITELIB}/_pytest/config/argparsing.pyc
${PYSITELIB}/_pytest/config/argparsing.pyo
${PYSITELIB}/_pytest/config/exceptions.py
${PYSITELIB}/_pytest/config/exceptions.pyc
${PYSITELIB}/_pytest/config/exceptions.pyo
${PYSITELIB}/_pytest/config/findpaths.py
${PYSITELIB}/_pytest/config/findpaths.pyc
${PYSITELIB}/_pytest/config/findpaths.pyo
${PYSITELIB}/_pytest/debugging.py
${PYSITELIB}/_pytest/debugging.pyc
${PYSITELIB}/_pytest/debugging.pyo
${PYSITELIB}/_pytest/deprecated.py
${PYSITELIB}/_pytest/deprecated.pyc
${PYSITELIB}/_pytest/deprecated.pyo
${PYSITELIB}/_pytest/doctest.py
${PYSITELIB}/_pytest/doctest.pyc
${PYSITELIB}/_pytest/doctest.pyo
${PYSITELIB}/_pytest/fixtures.py
${PYSITELIB}/_pytest/fixtures.pyc
${PYSITELIB}/_pytest/fixtures.pyo
${PYSITELIB}/_pytest/freeze_support.py
${PYSITELIB}/_pytest/freeze_support.pyc
${PYSITELIB}/_pytest/freeze_support.pyo
${PYSITELIB}/_pytest/helpconfig.py
${PYSITELIB}/_pytest/helpconfig.pyc
${PYSITELIB}/_pytest/helpconfig.pyo
${PYSITELIB}/_pytest/hookspec.py
${PYSITELIB}/_pytest/hookspec.pyc
${PYSITELIB}/_pytest/hookspec.pyo
${PYSITELIB}/_pytest/junitxml.py
${PYSITELIB}/_pytest/junitxml.pyc
${PYSITELIB}/_pytest/junitxml.pyo
${PYSITELIB}/_pytest/logging.py
${PYSITELIB}/_pytest/logging.pyc
${PYSITELIB}/_pytest/logging.pyo
${PYSITELIB}/_pytest/main.py
${PYSITELIB}/_pytest/main.pyc
${PYSITELIB}/_pytest/main.pyo
${PYSITELIB}/_pytest/mark/__init__.py
${PYSITELIB}/_pytest/mark/__init__.pyc
${PYSITELIB}/_pytest/mark/__init__.pyo
${PYSITELIB}/_pytest/mark/evaluate.py
${PYSITELIB}/_pytest/mark/evaluate.pyc
${PYSITELIB}/_pytest/mark/evaluate.pyo
${PYSITELIB}/_pytest/mark/legacy.py
${PYSITELIB}/_pytest/mark/legacy.pyc
${PYSITELIB}/_pytest/mark/legacy.pyo
${PYSITELIB}/_pytest/mark/structures.py
${PYSITELIB}/_pytest/mark/structures.pyc
${PYSITELIB}/_pytest/mark/structures.pyo
${PYSITELIB}/_pytest/monkeypatch.py
${PYSITELIB}/_pytest/monkeypatch.pyc
${PYSITELIB}/_pytest/monkeypatch.pyo
${PYSITELIB}/_pytest/nodes.py
${PYSITELIB}/_pytest/nodes.pyc
${PYSITELIB}/_pytest/nodes.pyo
${PYSITELIB}/_pytest/nose.py
${PYSITELIB}/_pytest/nose.pyc
${PYSITELIB}/_pytest/nose.pyo
${PYSITELIB}/_pytest/outcomes.py
${PYSITELIB}/_pytest/outcomes.pyc
${PYSITELIB}/_pytest/outcomes.pyo
${PYSITELIB}/_pytest/pastebin.py
${PYSITELIB}/_pytest/pastebin.pyc
${PYSITELIB}/_pytest/pastebin.pyo
${PYSITELIB}/_pytest/pathlib.py
${PYSITELIB}/_pytest/pathlib.pyc
${PYSITELIB}/_pytest/pathlib.pyo
${PYSITELIB}/_pytest/pytester.py
${PYSITELIB}/_pytest/pytester.pyc
${PYSITELIB}/_pytest/pytester.pyo
${PYSITELIB}/_pytest/python.py
${PYSITELIB}/_pytest/python.pyc
${PYSITELIB}/_pytest/python.pyo
${PYSITELIB}/_pytest/python_api.py
${PYSITELIB}/_pytest/python_api.pyc
${PYSITELIB}/_pytest/python_api.pyo
${PYSITELIB}/_pytest/recwarn.py
${PYSITELIB}/_pytest/recwarn.pyc
${PYSITELIB}/_pytest/recwarn.pyo
${PYSITELIB}/_pytest/reports.py
${PYSITELIB}/_pytest/reports.pyc
${PYSITELIB}/_pytest/reports.pyo
${PYSITELIB}/_pytest/resultlog.py
${PYSITELIB}/_pytest/resultlog.pyc
${PYSITELIB}/_pytest/resultlog.pyo
${PYSITELIB}/_pytest/runner.py
${PYSITELIB}/_pytest/runner.pyc
${PYSITELIB}/_pytest/runner.pyo
${PYSITELIB}/_pytest/setuponly.py
${PYSITELIB}/_pytest/setuponly.pyc
${PYSITELIB}/_pytest/setuponly.pyo
${PYSITELIB}/_pytest/setupplan.py
${PYSITELIB}/_pytest/setupplan.pyc
${PYSITELIB}/_pytest/setupplan.pyo
${PYSITELIB}/_pytest/skipping.py
${PYSITELIB}/_pytest/skipping.pyc
${PYSITELIB}/_pytest/skipping.pyo
${PYSITELIB}/_pytest/stepwise.py
${PYSITELIB}/_pytest/stepwise.pyc
${PYSITELIB}/_pytest/stepwise.pyo
${PYSITELIB}/_pytest/terminal.py
${PYSITELIB}/_pytest/terminal.pyc
${PYSITELIB}/_pytest/terminal.pyo
${PYSITELIB}/_pytest/tmpdir.py
${PYSITELIB}/_pytest/tmpdir.pyc
${PYSITELIB}/_pytest/tmpdir.pyo
${PYSITELIB}/_pytest/unittest.py
${PYSITELIB}/_pytest/unittest.pyc
${PYSITELIB}/_pytest/unittest.pyo
${PYSITELIB}/_pytest/warning_types.py
${PYSITELIB}/_pytest/warning_types.pyc
${PYSITELIB}/_pytest/warning_types.pyo
${PYSITELIB}/_pytest/warnings.py
${PYSITELIB}/_pytest/warnings.pyc
${PYSITELIB}/_pytest/warnings.pyo
${PYSITELIB}/pytest.py
${PYSITELIB}/pytest.pyc
${PYSITELIB}/pytest.pyo