Wed May 15 07:57:29 2024 UTC (33d)
py-nose2: updated to 0.14.2

0.14.2 (2024-05-07)

* For the coverage plugin, add a config option, ``coverage-combine``, which
  defaults to ``False``. When set, this config invokes a ``coverage combine``
  step before reporting results, regardless of whether or not multiprocessing
  was used to run tests. This allows reporting of coverage results via the
  plugin on testsuites which invoke subprocesses. Thanks to :user:`JCHacking`
  for the PR! (:pr:`601`)

0.14.1 (2024-01-28)

* Fix the reporting of skipped tests in verbose mode on newer pythons (3.12.1+),
  in which a skipped test is no longer treated as "started".

  ``nose2`` will not introduce a ``StartTestEvent`` in such cases --
  the fix is narrowly and adjustment to the test reporter.

0.14.0 (2023-10-04)

* Add official support for ``python3.12``
* Remove support for ``python3.6`` and ``python3.7``


(adam)
diff -r1.14 -r1.15 pkgsrc/devel/py-nose2/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/py-nose2/PLIST
diff -r1.11 -r1.12 pkgsrc/devel/py-nose2/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/py-nose2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-nose2/Makefile 2024/04/30 14:07:48 1.14
+++ pkgsrc/devel/py-nose2/Makefile 2024/05/15 07:57:29 1.15
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.14 2024/04/30 14:07:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2024/05/15 07:57:29 adam Exp $
2 2
3DISTNAME= nose2-0.10.0 3DISTNAME= nose2-0.14.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 3 
6CATEGORIES= devel python 5CATEGORIES= devel python
7MASTER_SITES= ${MASTER_SITE_PYPI:=n/nose2/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=n/nose2/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/nose-devs/nose2 9HOMEPAGE= https://github.com/nose-devs/nose2
11COMMENT= Next generation of nicer testing for Python 10COMMENT= Next generation of nicer testing for Python
12LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
13 12
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
16DEPENDS+= ${PYPKGPREFIX}-coverage>=4.4.1:../../devel/py-coverage 15DEPENDS+= ${PYPKGPREFIX}-coverage>=4.4.1:../../devel/py-coverage
17DEPENDS+= ${PYPKGPREFIX}-six>=1.7:../../lang/py-six 16DEPENDS+= ${PYPKGPREFIX}-six>=1.7:../../lang/py-six
18 17
19PYTHON_VERSIONS_INCOMPATIBLE= 27 
20 
21USE_LANGUAGES= # none 18USE_LANGUAGES= # none
22 19
 20PYTHON_VERSIONS_INCOMPATIBLE= 27
 21
23post-install: 22post-install:
24 ${RM} -f ${DESTDIR}${PREFIX}/bin/nose2 23 cd ${DESTDIR}${PREFIX}/bin && \
 24 ${MV} nose2 nose2-${PYVERSSUFFIX} || ${TRUE}
25 25
26.include "../../lang/python/wheel.mk" 26.include "../../lang/python/wheel.mk"
27.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-nose2/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-nose2/PLIST 2024/04/30 14:07:48 1.6
+++ pkgsrc/devel/py-nose2/PLIST 2024/05/15 07:57:29 1.7
@@ -1,30 +1,28 @@ @@ -1,30 +1,28 @@
1@comment $NetBSD: PLIST,v 1.6 2024/04/30 14:07:48 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.7 2024/05/15 07:57:29 adam Exp $
2bin/nose2-${PYVERSSUFFIX} 2bin/nose2-${PYVERSSUFFIX}
3${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS 3${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
 4${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
4${PYSITELIB}/${WHEEL_INFODIR}/METADATA 5${PYSITELIB}/${WHEEL_INFODIR}/METADATA
5${PYSITELIB}/${WHEEL_INFODIR}/RECORD 6${PYSITELIB}/${WHEEL_INFODIR}/RECORD
6${PYSITELIB}/${WHEEL_INFODIR}/WHEEL 7${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
7${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt 8${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
8${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt 9${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
9${PYSITELIB}/nose2/__init__.py 10${PYSITELIB}/nose2/__init__.py
10${PYSITELIB}/nose2/__init__.pyc 11${PYSITELIB}/nose2/__init__.pyc
11${PYSITELIB}/nose2/__init__.pyo 12${PYSITELIB}/nose2/__init__.pyo
12${PYSITELIB}/nose2/__main__.py 13${PYSITELIB}/nose2/__main__.py
13${PYSITELIB}/nose2/__main__.pyc 14${PYSITELIB}/nose2/__main__.pyc
14${PYSITELIB}/nose2/__main__.pyo 15${PYSITELIB}/nose2/__main__.pyo
15${PYSITELIB}/nose2/_version.py 
16${PYSITELIB}/nose2/_version.pyc 
17${PYSITELIB}/nose2/_version.pyo 
18${PYSITELIB}/nose2/collector.py 16${PYSITELIB}/nose2/collector.py
19${PYSITELIB}/nose2/collector.pyc 17${PYSITELIB}/nose2/collector.pyc
20${PYSITELIB}/nose2/collector.pyo 18${PYSITELIB}/nose2/collector.pyo
21${PYSITELIB}/nose2/config.py 19${PYSITELIB}/nose2/config.py
22${PYSITELIB}/nose2/config.pyc 20${PYSITELIB}/nose2/config.pyc
23${PYSITELIB}/nose2/config.pyo 21${PYSITELIB}/nose2/config.pyo
24${PYSITELIB}/nose2/events.py 22${PYSITELIB}/nose2/events.py
25${PYSITELIB}/nose2/events.pyc 23${PYSITELIB}/nose2/events.pyc
26${PYSITELIB}/nose2/events.pyo 24${PYSITELIB}/nose2/events.pyo
27${PYSITELIB}/nose2/exceptions.py 25${PYSITELIB}/nose2/exceptions.py
28${PYSITELIB}/nose2/exceptions.pyc 26${PYSITELIB}/nose2/exceptions.pyc
29${PYSITELIB}/nose2/exceptions.pyo 27${PYSITELIB}/nose2/exceptions.pyo
30${PYSITELIB}/nose2/loader.py 28${PYSITELIB}/nose2/loader.py
@@ -134,26 +132,429 @@ ${PYSITELIB}/nose2/sphinxext.pyc @@ -134,26 +132,429 @@ ${PYSITELIB}/nose2/sphinxext.pyc
134${PYSITELIB}/nose2/sphinxext.pyo 132${PYSITELIB}/nose2/sphinxext.pyo
135${PYSITELIB}/nose2/suite.py 133${PYSITELIB}/nose2/suite.py
136${PYSITELIB}/nose2/suite.pyc 134${PYSITELIB}/nose2/suite.pyc
137${PYSITELIB}/nose2/suite.pyo 135${PYSITELIB}/nose2/suite.pyo
138${PYSITELIB}/nose2/tests/__init__.py 136${PYSITELIB}/nose2/tests/__init__.py
139${PYSITELIB}/nose2/tests/__init__.pyc 137${PYSITELIB}/nose2/tests/__init__.pyc
140${PYSITELIB}/nose2/tests/__init__.pyo 138${PYSITELIB}/nose2/tests/__init__.pyo
141${PYSITELIB}/nose2/tests/_common.py 139${PYSITELIB}/nose2/tests/_common.py
142${PYSITELIB}/nose2/tests/_common.pyc 140${PYSITELIB}/nose2/tests/_common.pyc
143${PYSITELIB}/nose2/tests/_common.pyo 141${PYSITELIB}/nose2/tests/_common.pyo
144${PYSITELIB}/nose2/tests/functional/__init__.py 142${PYSITELIB}/nose2/tests/functional/__init__.py
145${PYSITELIB}/nose2/tests/functional/__init__.pyc 143${PYSITELIB}/nose2/tests/functional/__init__.pyc
146${PYSITELIB}/nose2/tests/functional/__init__.pyo 144${PYSITELIB}/nose2/tests/functional/__init__.pyo
 145${PYSITELIB}/nose2/tests/functional/support/cfg/a.cfg
 146${PYSITELIB}/nose2/tests/functional/support/cfg/b.cfg
 147${PYSITELIB}/nose2/tests/functional/support/lib/layer_hooks_plugin.py
 148${PYSITELIB}/nose2/tests/functional/support/lib/layer_hooks_plugin.pyc
 149${PYSITELIB}/nose2/tests/functional/support/lib/layer_hooks_plugin.pyo
 150${PYSITELIB}/nose2/tests/functional/support/lib/plugin_a.py
 151${PYSITELIB}/nose2/tests/functional/support/lib/plugin_a.pyc
 152${PYSITELIB}/nose2/tests/functional/support/lib/plugin_a.pyo
 153${PYSITELIB}/nose2/tests/functional/support/scenario/class_fixtures/test_cf_testcase.py
 154${PYSITELIB}/nose2/tests/functional/support/scenario/class_fixtures/test_cf_testcase.pyc
 155${PYSITELIB}/nose2/tests/functional/support/scenario/class_fixtures/test_cf_testcase.pyo
 156${PYSITELIB}/nose2/tests/functional/support/scenario/colliding_test_modules/tests/more_tests/test.py
 157${PYSITELIB}/nose2/tests/functional/support/scenario/colliding_test_modules/tests/more_tests/test.pyc
 158${PYSITELIB}/nose2/tests/functional/support/scenario/colliding_test_modules/tests/more_tests/test.pyo
 159${PYSITELIB}/nose2/tests/functional/support/scenario/colliding_test_modules/tests/test.py
 160${PYSITELIB}/nose2/tests/functional/support/scenario/colliding_test_modules/tests/test.pyc
 161${PYSITELIB}/nose2/tests/functional/support/scenario/colliding_test_modules/tests/test.pyo
 162${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/.coveragerc
 163${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/covered_lib/__init__.py
 164${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/covered_lib/__init__.pyc
 165${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/covered_lib/__init__.pyo
 166${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/covered_lib/mod1.py
 167${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/covered_lib/mod1.pyc
 168${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/covered_lib/mod1.pyo
 169${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/test_mod.py
 170${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/test_mod.pyc
 171${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/test_mod.pyo
 172${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/.coveragerc
 173${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/nose2.cfg
 174${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/part_covered_lib/__init__.py
 175${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/part_covered_lib/__init__.pyc
 176${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/part_covered_lib/__init__.pyo
 177${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/part_covered_lib/mod1.py
 178${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/part_covered_lib/mod1.pyc
 179${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/part_covered_lib/mod1.pyo
 180${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/test_part_covered_mod.py
 181${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/test_part_covered_mod.pyc
 182${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/test_part_covered_mod.pyo
 183${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/.coveragerc
 184${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/lib/__init__.py
 185${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/lib/__init__.pyc
 186${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/lib/__init__.pyo
 187${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/lib/mod1.py
 188${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/lib/mod1.pyc
 189${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/lib/mod1.pyo
 190${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/nose2.cfg
 191${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/test_lib.py
 192${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/test_lib.pyc
 193${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/test_lib.pyo
 194${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/.coveragerc
 195${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/lib/__init__.py
 196${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/lib/__init__.pyc
 197${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/lib/__init__.pyo
 198${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/lib/mod1.py
 199${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/lib/mod1.pyc
 200${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/lib/mod1.pyo
 201${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/nose2.cfg
 202${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/test_lib.py
 203${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/test_lib.pyc
 204${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/test_lib.pyo
 205${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/__init__.py
 206${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/__init__.pyc
 207${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/__init__.pyo
 208${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/mod1.py
 209${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/mod1.pyc
 210${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/mod1.pyo
 211${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/test_import_coverage.py
 212${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/test_import_coverage.pyc
 213${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/test_import_coverage.pyo
 214${PYSITELIB}/nose2/tests/functional/support/scenario/decorators/test_decorators.py
 215${PYSITELIB}/nose2/tests/functional/support/scenario/decorators/test_decorators.pyc
 216${PYSITELIB}/nose2/tests/functional/support/scenario/decorators/test_decorators.pyo
 217${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/docs.py
 218${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/docs.pyc
 219${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/docs.pyo
 220${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/docs.rst
 221${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/docs.txt
 222${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/__init__.py
 223${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/__init__.pyc
 224${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/__init__.pyo
 225${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.py
 226${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.pyc
 227${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.pyo
 228${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.rst
 229${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.txt
 230${PYSITELIB}/nose2/tests/functional/support/scenario/dundertest_attribute/test.py
 231${PYSITELIB}/nose2/tests/functional/support/scenario/dundertest_attribute/test.pyc
 232${PYSITELIB}/nose2/tests/functional/support/scenario/dundertest_attribute/test.pyo
 233${PYSITELIB}/nose2/tests/functional/support/scenario/expected_failures/expected_failures.py
 234${PYSITELIB}/nose2/tests/functional/support/scenario/expected_failures/expected_failures.pyc
 235${PYSITELIB}/nose2/tests/functional/support/scenario/expected_failures/expected_failures.pyo
 236${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/chdir/test_junitxml_chdir.py
 237${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/chdir/test_junitxml_chdir.pyc
 238${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/chdir/test_junitxml_chdir.pyo
 239${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/empty_properties/properties.json
 240${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/empty_properties/test_junitxml_empty_properties.py
 241${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/empty_properties/test_junitxml_empty_properties.pyc
 242${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/empty_properties/test_junitxml_empty_properties.pyo
 243${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/empty_properties/unittest.cfg
 244${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/fail_to_write/test_junitxml_fail_to_write.py
 245${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/fail_to_write/test_junitxml_fail_to_write.pyc
 246${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/fail_to_write/test_junitxml_fail_to_write.pyo
 247${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/fail_to_write/unittest.cfg
 248${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/happyday/test_junitxml_happyday.py
 249${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/happyday/test_junitxml_happyday.pyc
 250${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/happyday/test_junitxml_happyday.pyo
 251${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/missing_properties/test_junitxml_missing_properties.py
 252${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/missing_properties/test_junitxml_missing_properties.pyc
 253${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/missing_properties/test_junitxml_missing_properties.pyo
 254${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/missing_properties/unittest.cfg
 255${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/non_default_path/test_junitxml_non_default_path.py
 256${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/non_default_path/test_junitxml_non_default_path.pyc
 257${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/non_default_path/test_junitxml_non_default_path.pyo
 258${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/non_default_path/unittest.cfg
 259${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/skip_reason/test_junitxml_skip_reason.py
 260${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/skip_reason/test_junitxml_skip_reason.pyc
 261${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/skip_reason/test_junitxml_skip_reason.pyo
 262${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/skip_reason/unittest.cfg
 263${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/with_properties/test_junitxml_with_properties.py
 264${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/with_properties/test_junitxml_with_properties.pyc
 265${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/with_properties/test_junitxml_with_properties.pyo
 266${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/with_properties/unittest.cfg
 267${PYSITELIB}/nose2/tests/functional/support/scenario/layers/test_layers.py
 268${PYSITELIB}/nose2/tests/functional/support/scenario/layers/test_layers.pyc
 269${PYSITELIB}/nose2/tests/functional/support/scenario/layers/test_layers.pyo
 270${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_attributes/test_layers_and_attributes.py
 271${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_attributes/test_layers_and_attributes.pyc
 272${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_attributes/test_layers_and_attributes.pyo
 273${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/__init__.py
 274${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/__init__.pyc
 275${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/__init__.pyo
 276${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/common.py
 277${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/common.pyc
 278${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/common.pyo
 279${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_layers.py
 280${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_layers.pyc
 281${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_layers.pyo
 282${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_has_setup.py
 283${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_has_setup.pyc
 284${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_has_setup.pyo
 285${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_uses_decorator.py
 286${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_uses_decorator.pyc
 287${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_uses_decorator.pyo
 288${PYSITELIB}/nose2/tests/functional/support/scenario/layers_hooks/test_layers_simple.py
 289${PYSITELIB}/nose2/tests/functional/support/scenario/layers_hooks/test_layers_simple.pyc
 290${PYSITELIB}/nose2/tests/functional/support/scenario/layers_hooks/test_layers_simple.pyo
 291${PYSITELIB}/nose2/tests/functional/support/scenario/layers_hooks/test_simple_such.py
 292${PYSITELIB}/nose2/tests/functional/support/scenario/layers_hooks/test_simple_such.pyc
 293${PYSITELIB}/nose2/tests/functional/support/scenario/layers_hooks/test_simple_such.pyo
 294${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_setup.py
 295${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_setup.pyc
 296${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_setup.pyo
 297${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_3layers.py
 298${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_3layers.pyc
 299${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_3layers.pyo
 300${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_no_test.py
 301${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_no_test.pyc
 302${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_no_test.pyo
 303${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_with_test.py
 304${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_with_test.pyc
 305${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_with_test.pyo
 306${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layer_setup_fail.py
 307${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layer_setup_fail.pyc
 308${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layer_setup_fail.pyo
 309${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layer_teardown_fail.py
 310${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layer_teardown_fail.pyc
 311${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layer_teardown_fail.pyo
 312${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layers_with_errors.py
 313${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layers_with_errors.pyc
 314${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layers_with_errors.pyo
 315${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_setup_fail.py
 316${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_setup_fail.pyc
 317${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_setup_fail.pyo
 318${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_teardown_fail.py
 319${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_teardown_fail.pyc
 320${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_teardown_fail.pyo
 321${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_with_errors.py
 322${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_with_errors.pyc
 323${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_with_errors.pyo
 324${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_inheritance/test_layers_with_inheritance.py
 325${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_inheritance/test_layers_with_inheritance.pyc
 326${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_inheritance/test_layers_with_inheritance.pyo
 327${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests/test_filter.py
 328${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests/test_filter.pyc
 329${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests/test_filter.pyo
 330${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests/test_simple.py
 331${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests/test_simple.pyc
 332${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests/test_simple.pyo
 333${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/__init__.py
 334${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/__init__.pyc
 335${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/__init__.pyo
 336${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/tests/__init__.py
 337${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/tests/__init__.pyc
 338${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/tests/__init__.pyo
 339${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/tests/test_find_these.py
 340${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/tests/test_find_these.pyc
 341${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/tests/test_find_these.pyo
 342${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/__init__.py
 343${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/__init__.pyc
 344${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/__init__.pyo
 345${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/tests/__init__.py
 346${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/tests/__init__.pyc
 347${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/tests/__init__.pyo
 348${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/tests/test_skip_these.py
 349${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/tests/test_skip_these.pyc
 350${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/tests/test_skip_these.pyo
 351${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/unittest.cfg
 352${PYSITELIB}/nose2/tests/functional/support/scenario/logging/logging_keeps_copies_of_mutable_objects.py
 353${PYSITELIB}/nose2/tests/functional/support/scenario/logging/logging_keeps_copies_of_mutable_objects.pyc
 354${PYSITELIB}/nose2/tests/functional/support/scenario/logging/logging_keeps_copies_of_mutable_objects.pyo
 355${PYSITELIB}/nose2/tests/functional/support/scenario/logging_config/logging_config.py
 356${PYSITELIB}/nose2/tests/functional/support/scenario/logging_config/logging_config.pyc
 357${PYSITELIB}/nose2/tests/functional/support/scenario/logging_config/logging_config.pyo
 358${PYSITELIB}/nose2/tests/functional/support/scenario/logging_config/nose2.cfg
 359${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests/test_gen_many_func.py
 360${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests/test_gen_many_func.pyc
 361${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests/test_gen_many_func.pyo
 362${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests_socket/nose2.cfg
 363${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests_socket/test_gen_many_socket_func.py
 364${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests_socket/test_gen_many_socket_func.pyc
 365${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests_socket/test_gen_many_socket_func.pyo
 366${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_func.py
 367${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_func.pyc
 368${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_func.pyo
 369${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_gen_func.py
 370${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_gen_func.pyc
 371${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_gen_func.pyo
 372${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_param_func.py
 373${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_param_func.pyc
 374${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_param_func.pyo
 375${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_testcase.py
 376${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_testcase.pyc
 377${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_testcase.pyo
 378${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/__init__.py
 379${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/__init__.pyc
 380${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/__init__.pyo
 381${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/test_attribute_err.py
 382${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/test_attribute_err.pyc
 383${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/test_attribute_err.pyo
 384${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/test_import_err.py
 385${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/test_import_err.pyc
 386${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/test_import_err.pyo
 387${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/test_import_err.py
 388${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/test_import_err.pyc
 389${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/test_import_err.pyo
 390${PYSITELIB}/nose2/tests/functional/support/scenario/no_tests/a.py
 391${PYSITELIB}/nose2/tests/functional/support/scenario/no_tests/a.pyc
 392${PYSITELIB}/nose2/tests/functional/support/scenario/no_tests/a.pyo
 393${PYSITELIB}/nose2/tests/functional/support/scenario/one_test/tests.py
 394${PYSITELIB}/nose2/tests/functional/support/scenario/one_test/tests.pyc
 395${PYSITELIB}/nose2/tests/functional/support/scenario/one_test/tests.pyo
 396${PYSITELIB}/nose2/tests/functional/support/scenario/package_in_lib/lib/pkg2/__init__.py
 397${PYSITELIB}/nose2/tests/functional/support/scenario/package_in_lib/lib/pkg2/__init__.pyc
 398${PYSITELIB}/nose2/tests/functional/support/scenario/package_in_lib/lib/pkg2/__init__.pyo
 399${PYSITELIB}/nose2/tests/functional/support/scenario/package_in_lib/tests.py
 400${PYSITELIB}/nose2/tests/functional/support/scenario/package_in_lib/tests.pyc
 401${PYSITELIB}/nose2/tests/functional/support/scenario/package_in_lib/tests.pyo
 402${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/assign_after_assert/test_assign_after_assert.py
 403${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/assign_after_assert/test_assign_after_assert.pyc
 404${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/assign_after_assert/test_assign_after_assert.pyo
 405${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/attribute_resolution/test_prettyassert_attribute_resolution.py
 406${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/attribute_resolution/test_prettyassert_attribute_resolution.pyc
 407${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/attribute_resolution/test_prettyassert_attribute_resolution.pyo
 408${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/attribute_resolution2/test_prettyassert_attribute_resolution2.py
 409${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/attribute_resolution2/test_prettyassert_attribute_resolution2.pyc
 410${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/attribute_resolution2/test_prettyassert_attribute_resolution2.pyo
 411${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/conf_on/nose2.cfg
 412${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/conf_on/test_conf_on.py
 413${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/conf_on/test_conf_on.pyc
 414${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/conf_on/test_conf_on.pyo
 415${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/ignore_passing/__init__.py
 416${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/ignore_passing/__init__.pyc
 417${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/ignore_passing/__init__.pyo
 418${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/ignore_passing/test_prettyassert_ignore_passing.py
 419${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/ignore_passing/test_prettyassert_ignore_passing.pyc
 420${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/ignore_passing/test_prettyassert_ignore_passing.pyo
 421${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/multiline_funcdef/test_multiline_funcdef.py
 422${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/multiline_funcdef/test_multiline_funcdef.pyc
 423${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/multiline_funcdef/test_multiline_funcdef.pyo
 424${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/multiline_statement/test_multiline_statement.py
 425${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/multiline_statement/test_multiline_statement.pyc
 426${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/multiline_statement/test_multiline_statement.pyo
 427${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/simple_global/test_simple_global.py
 428${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/simple_global/test_simple_global.pyc
 429${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/simple_global/test_simple_global.pyo
 430${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/unittest_assertion/__init__.py
 431${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/unittest_assertion/__init__.pyc
 432${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/unittest_assertion/__init__.pyo
 433${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/unittest_assertion/test_prettyassert_unittestassertion.py
 434${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/unittest_assertion/test_prettyassert_unittestassertion.pyc
 435${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/unittest_assertion/test_prettyassert_unittestassertion.pyo
 436${PYSITELIB}/nose2/tests/functional/support/scenario/slow/test_slow.py
 437${PYSITELIB}/nose2/tests/functional/support/scenario/slow/test_slow.pyc
 438${PYSITELIB}/nose2/tests/functional/support/scenario/slow/test_slow.pyo
 439${PYSITELIB}/nose2/tests/functional/support/scenario/subtests/test_subtests.py
 440${PYSITELIB}/nose2/tests/functional/support/scenario/subtests/test_subtests.pyc
 441${PYSITELIB}/nose2/tests/functional/support/scenario/subtests/test_subtests.pyo
 442${PYSITELIB}/nose2/tests/functional/support/scenario/such_with_params/such_with_params.py
 443${PYSITELIB}/nose2/tests/functional/support/scenario/such_with_params/such_with_params.pyc
 444${PYSITELIB}/nose2/tests/functional/support/scenario/such_with_params/such_with_params.pyo
 445${PYSITELIB}/nose2/tests/functional/support/scenario/test_class_fail/test_class_fail.py
 446${PYSITELIB}/nose2/tests/functional/support/scenario/test_class_fail/test_class_fail.pyc
 447${PYSITELIB}/nose2/tests/functional/support/scenario/test_class_fail/test_class_fail.pyo
 448${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes/test_classes.py
 449${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes/test_classes.pyc
 450${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes/test_classes.pyo
 451${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes/test_fixtures.py
 452${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes/test_fixtures.pyc
 453${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes/test_fixtures.pyo
 454${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes_mp/test_classes_mp.py
 455${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes_mp/test_classes_mp.pyc
 456${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes_mp/test_classes_mp.pyo
 457${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes_mp/test_fixtures_mp.py
 458${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes_mp/test_fixtures_mp.pyc
 459${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes_mp/test_fixtures_mp.pyo
 460${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/.coveragerc
 461${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc/__init__.py
 462${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc/__init__.pyc
 463${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc/__init__.pyo
 464${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc/mod1.py
 465${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc/mod1.pyc
 466${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc/mod1.pyo
 467${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/test_coveragerc.py
 468${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/test_coveragerc.pyc
 469${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/test_coveragerc.pyo
 470${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg/__init__.py
 471${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg/__init__.pyc
 472${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg/__init__.pyo
 473${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg/mod1.py
 474${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg/mod1.pyc
 475${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg/mod1.pyo
 476${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/nose2.cfg
 477${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/test_nose2cfg.py
 478${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/test_nose2cfg.pyc
 479${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/test_nose2cfg.pyo
 480${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/lib/__init__.py
 481${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/lib/__init__.pyc
 482${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/lib/__init__.pyo
 483${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/lib/mod1.py
 484${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/lib/mod1.pyc
 485${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/lib/mod1.pyo
 486${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/test_coverage.py
 487${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/test_coverage.pyc
 488${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/test_coverage.pyo
 489${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/docs.rst
 490${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/docs.txt
 491${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/__init__.py
 492${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/__init__.pyc
 493${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/__init__.pyo
 494${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/mod1.py
 495${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/mod1.pyc
 496${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/mod1.pyo
 497${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/__init__.py
 498${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/__init__.pyc
 499${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/__init__.pyo
 500${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py
 501${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.pyc
 502${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.pyo
 503${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/setup.py
 504${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/setup.pyc
 505${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/setup.pyo
 506${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/unittest.cfg
 507${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/docs.rst
 508${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/docs.txt
 509${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/EGG-INFO/SOURCES.txt
 510${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/EGG-INFO/dependency_links.txt
 511${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/EGG-INFO/top_level.txt
 512${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/__init__.py
 513${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/__init__.pyc
 514${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/__init__.pyo
 515${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/mod1.py
 516${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/mod1.pyc
 517${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/mod1.pyo
 518${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/__init__.py
 519${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/__init__.pyc
 520${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/__init__.pyo
 521${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/test_things.py
 522${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/test_things.pyc
 523${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/test_things.pyo
 524${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/setup.py
 525${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/setup.pyc
 526${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/setup.pyo
 527${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/unittest.cfg
 528${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/docs.rst
 529${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/docs.txt
 530${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/pkgegg-0.0.0-py2.7.egg
 531${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/setup.py
 532${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/setup.pyc
 533${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/setup.pyo
 534${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/unittest.cfg
 535${PYSITELIB}/nose2/tests/functional/support/such/output.txt
 536${PYSITELIB}/nose2/tests/functional/support/such/test_regression_same_havings.py
 537${PYSITELIB}/nose2/tests/functional/support/such/test_regression_same_havings.pyc
 538${PYSITELIB}/nose2/tests/functional/support/such/test_regression_same_havings.pyo
 539${PYSITELIB}/nose2/tests/functional/support/such/test_such.py
 540${PYSITELIB}/nose2/tests/functional/support/such/test_such.pyc
 541${PYSITELIB}/nose2/tests/functional/support/such/test_such.pyo
 542${PYSITELIB}/nose2/tests/functional/support/such/test_such_timing.py
 543${PYSITELIB}/nose2/tests/functional/support/such/test_such_timing.pyc
 544${PYSITELIB}/nose2/tests/functional/support/such/test_such_timing.pyo
 545${PYSITELIB}/nose2/tests/functional/support/such/test_such_without_layers.py
 546${PYSITELIB}/nose2/tests/functional/support/such/test_such_without_layers.pyc
 547${PYSITELIB}/nose2/tests/functional/support/such/test_such_without_layers.pyo
147${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.py 548${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.py
148${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.pyc 549${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.pyc
149${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.pyo 550${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.pyo
150${PYSITELIB}/nose2/tests/functional/test_collect_plugin.py 551${PYSITELIB}/nose2/tests/functional/test_collect_plugin.py
151${PYSITELIB}/nose2/tests/functional/test_collect_plugin.pyc 552${PYSITELIB}/nose2/tests/functional/test_collect_plugin.pyc
152${PYSITELIB}/nose2/tests/functional/test_collect_plugin.pyo 553${PYSITELIB}/nose2/tests/functional/test_collect_plugin.pyo
153${PYSITELIB}/nose2/tests/functional/test_coverage.py 554${PYSITELIB}/nose2/tests/functional/test_coverage.py
154${PYSITELIB}/nose2/tests/functional/test_coverage.pyc 555${PYSITELIB}/nose2/tests/functional/test_coverage.pyc
155${PYSITELIB}/nose2/tests/functional/test_coverage.pyo 556${PYSITELIB}/nose2/tests/functional/test_coverage.pyo
156${PYSITELIB}/nose2/tests/functional/test_decorators.py 557${PYSITELIB}/nose2/tests/functional/test_decorators.py
157${PYSITELIB}/nose2/tests/functional/test_decorators.pyc 558${PYSITELIB}/nose2/tests/functional/test_decorators.pyc
158${PYSITELIB}/nose2/tests/functional/test_decorators.pyo 559${PYSITELIB}/nose2/tests/functional/test_decorators.pyo
159${PYSITELIB}/nose2/tests/functional/test_discovery_loader.py 560${PYSITELIB}/nose2/tests/functional/test_discovery_loader.py

cvs diff -r1.11 -r1.12 pkgsrc/devel/py-nose2/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-nose2/distinfo 2021/11/03 09:50:09 1.11
+++ pkgsrc/devel/py-nose2/distinfo 2024/05/15 07:57:29 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2021/11/03 09:50:09 adam Exp $ 1$NetBSD: distinfo,v 1.12 2024/05/15 07:57:29 adam Exp $
2 2
3BLAKE2s (nose2-0.10.0.tar.gz) = 03dc282a3404c3f557edc8b5c2712d35cbaa019483d62fb15f0470c2ca9b1f82 3BLAKE2s (nose2-0.14.2.tar.gz) = 63d2caeccf426df1aac4bde1092ab834ddc08fe9543d115c17224a72a237fba6
4SHA512 (nose2-0.10.0.tar.gz) = 05bc26f23e2f2bd950ee7f5ff7720d3282eb27f6c147ace911bc6f1dbaa65eb076d84b3411dcbcad979a7f86e0cf97d6926de68e5ed0b0746cab58cf5773125e 4SHA512 (nose2-0.14.2.tar.gz) = 728d6c3f1c037630b6b3a4fc3012a488d91dfdcef5fe1d1f6473b317f71ac6ba16a33d33721de7422caec019eac00137e95190eb2c98edd67c4c5f7f8ee09440
5Size (nose2-0.10.0.tar.gz) = 157784 bytes 5Size (nose2-0.14.2.tar.gz) = 167874 bytes