pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-nose2



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 15 07:57:29 UTC 2024

Modified Files:
        pkgsrc/devel/py-nose2: Makefile PLIST distinfo

Log Message:
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``


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-nose2/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-nose2/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-nose2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-nose2/Makefile
diff -u pkgsrc/devel/py-nose2/Makefile:1.14 pkgsrc/devel/py-nose2/Makefile:1.15
--- pkgsrc/devel/py-nose2/Makefile:1.14 Tue Apr 30 14:07:48 2024
+++ pkgsrc/devel/py-nose2/Makefile      Wed May 15 07:57:29 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2024/04/30 14:07:48 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/05/15 07:57:29 adam Exp $
 
-DISTNAME=      nose2-0.10.0
+DISTNAME=      nose2-0.14.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nose2/}
 
@@ -16,12 +15,13 @@ TOOL_DEPENDS+=      ${PYPKGPREFIX}-wheel>=0:.
 DEPENDS+=      ${PYPKGPREFIX}-coverage>=4.4.1:../../devel/py-coverage
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.7:../../lang/py-six
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
-       ${RM} -f ${DESTDIR}${PREFIX}/bin/nose2
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} nose2 nose2-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-nose2/PLIST
diff -u pkgsrc/devel/py-nose2/PLIST:1.6 pkgsrc/devel/py-nose2/PLIST:1.7
--- pkgsrc/devel/py-nose2/PLIST:1.6     Tue Apr 30 14:07:48 2024
+++ pkgsrc/devel/py-nose2/PLIST Wed May 15 07:57:29 2024
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.6 2024/04/30 14:07:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/05/15 07:57:29 adam Exp $
 bin/nose2-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -12,9 +13,6 @@ ${PYSITELIB}/nose2/__init__.pyo
 ${PYSITELIB}/nose2/__main__.py
 ${PYSITELIB}/nose2/__main__.pyc
 ${PYSITELIB}/nose2/__main__.pyo
-${PYSITELIB}/nose2/_version.py
-${PYSITELIB}/nose2/_version.pyc
-${PYSITELIB}/nose2/_version.pyo
 ${PYSITELIB}/nose2/collector.py
 ${PYSITELIB}/nose2/collector.pyc
 ${PYSITELIB}/nose2/collector.pyo
@@ -144,6 +142,409 @@ ${PYSITELIB}/nose2/tests/_common.pyo
 ${PYSITELIB}/nose2/tests/functional/__init__.py
 ${PYSITELIB}/nose2/tests/functional/__init__.pyc
 ${PYSITELIB}/nose2/tests/functional/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/cfg/a.cfg
+${PYSITELIB}/nose2/tests/functional/support/cfg/b.cfg
+${PYSITELIB}/nose2/tests/functional/support/lib/layer_hooks_plugin.py
+${PYSITELIB}/nose2/tests/functional/support/lib/layer_hooks_plugin.pyc
+${PYSITELIB}/nose2/tests/functional/support/lib/layer_hooks_plugin.pyo
+${PYSITELIB}/nose2/tests/functional/support/lib/plugin_a.py
+${PYSITELIB}/nose2/tests/functional/support/lib/plugin_a.pyc
+${PYSITELIB}/nose2/tests/functional/support/lib/plugin_a.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/class_fixtures/test_cf_testcase.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/class_fixtures/test_cf_testcase.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/class_fixtures/test_cf_testcase.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/colliding_test_modules/tests/more_tests/test.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/colliding_test_modules/tests/more_tests/test.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/colliding_test_modules/tests/more_tests/test.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/colliding_test_modules/tests/test.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/colliding_test_modules/tests/test.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/colliding_test_modules/tests/test.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/.coveragerc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/covered_lib/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/covered_lib/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/covered_lib/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/covered_lib/mod1.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/covered_lib/mod1.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/covered_lib/mod1.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/test_mod.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/test_mod.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under/test_mod.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/.coveragerc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/nose2.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/part_covered_lib/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/part_covered_lib/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/part_covered_lib/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/part_covered_lib/mod1.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/part_covered_lib/mod1.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/part_covered_lib/mod1.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/test_part_covered_mod.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/test_part_covered_mod.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_config_fail_under2/test_part_covered_mod.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/.coveragerc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/lib/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/lib/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/lib/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/lib/mod1.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/lib/mod1.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/lib/mod1.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/nose2.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/test_lib.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/test_lib.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_with_combine/test_lib.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/.coveragerc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/lib/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/lib/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/lib/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/lib/mod1.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/lib/mod1.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/lib/mod1.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/nose2.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/test_lib.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/test_lib.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_multiprocessing_without_combine/test_lib.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/mod1.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/mod1.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/lib20171102/mod1.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/test_import_coverage.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/test_import_coverage.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/coverage_of_imports/test_import_coverage.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/decorators/test_decorators.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/decorators/test_decorators.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/decorators/test_decorators.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/docs.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/docs.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/docs.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/docs.rst
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/docs.txt
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.rst
+${PYSITELIB}/nose2/tests/functional/support/scenario/doctests/doctests_pkg1/docs1.txt
+${PYSITELIB}/nose2/tests/functional/support/scenario/dundertest_attribute/test.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/dundertest_attribute/test.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/dundertest_attribute/test.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/expected_failures/expected_failures.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/expected_failures/expected_failures.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/expected_failures/expected_failures.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/chdir/test_junitxml_chdir.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/chdir/test_junitxml_chdir.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/chdir/test_junitxml_chdir.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/empty_properties/properties.json
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/empty_properties/test_junitxml_empty_properties.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/empty_properties/test_junitxml_empty_properties.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/empty_properties/test_junitxml_empty_properties.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/empty_properties/unittest.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/fail_to_write/test_junitxml_fail_to_write.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/fail_to_write/test_junitxml_fail_to_write.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/fail_to_write/test_junitxml_fail_to_write.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/fail_to_write/unittest.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/happyday/test_junitxml_happyday.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/happyday/test_junitxml_happyday.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/happyday/test_junitxml_happyday.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/missing_properties/test_junitxml_missing_properties.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/missing_properties/test_junitxml_missing_properties.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/missing_properties/test_junitxml_missing_properties.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/missing_properties/unittest.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/non_default_path/test_junitxml_non_default_path.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/non_default_path/test_junitxml_non_default_path.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/non_default_path/test_junitxml_non_default_path.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/non_default_path/unittest.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/skip_reason/test_junitxml_skip_reason.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/skip_reason/test_junitxml_skip_reason.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/skip_reason/test_junitxml_skip_reason.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/skip_reason/unittest.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/with_properties/test_junitxml_with_properties.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/with_properties/test_junitxml_with_properties.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/with_properties/test_junitxml_with_properties.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/junitxml/with_properties/unittest.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers/test_layers.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers/test_layers.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers/test_layers.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_attributes/test_layers_and_attributes.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_attributes/test_layers_and_attributes.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_attributes/test_layers_and_attributes.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/common.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/common.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/common.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_layers.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_layers.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_layers.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_has_setup.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_has_setup.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_has_setup.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_uses_decorator.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_uses_decorator.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_and_non_layers/test_such_with_uses_decorator.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_hooks/test_layers_simple.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_hooks/test_layers_simple.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_hooks/test_layers_simple.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_hooks/test_simple_such.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_hooks/test_simple_such.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_hooks/test_simple_such.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_setup.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_setup.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_setup.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_3layers.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_3layers.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_3layers.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_no_test.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_no_test.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_no_test.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_with_test.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_with_test.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_setups/higher_layer_testsetup_with_test.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layer_setup_fail.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layer_setup_fail.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layer_setup_fail.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layer_teardown_fail.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layer_teardown_fail.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layer_teardown_fail.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layers_with_errors.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layers_with_errors.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_layers_with_errors.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_setup_fail.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_setup_fail.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_setup_fail.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_teardown_fail.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_teardown_fail.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_teardown_fail.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_with_errors.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_with_errors.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_errors/test_such_with_errors.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_inheritance/test_layers_with_inheritance.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_inheritance/test_layers_with_inheritance.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/layers_with_inheritance/test_layers_with_inheritance.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests/test_filter.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests/test_filter.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests/test_filter.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests/test_simple.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests/test_simple.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests/test_simple.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/tests/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/tests/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/tests/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/tests/test_find_these.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/tests/test_find_these.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg/tests/test_find_these.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/tests/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/tests/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/tests/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/tests/test_skip_these.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/tests/test_skip_these.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/ltpkg2/tests/test_skip_these.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/load_tests_pkg/unittest.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/logging/logging_keeps_copies_of_mutable_objects.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/logging/logging_keeps_copies_of_mutable_objects.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/logging/logging_keeps_copies_of_mutable_objects.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/logging_config/logging_config.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/logging_config/logging_config.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/logging_config/logging_config.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/logging_config/nose2.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests/test_gen_many_func.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests/test_gen_many_func.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests/test_gen_many_func.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests_socket/nose2.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests_socket/test_gen_many_socket_func.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests_socket/test_gen_many_socket_func.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/many_tests_socket/test_gen_many_socket_func.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_func.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_func.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_func.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_gen_func.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_gen_func.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_gen_func.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_param_func.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_param_func.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_param_func.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_testcase.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_testcase.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_fixtures/test_mf_testcase.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/test_attribute_err.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/test_attribute_err.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/test_attribute_err.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/test_import_err.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/test_import_err.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/pkg/test_import_err.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/test_import_err.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/test_import_err.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/module_import_err/test_import_err.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/no_tests/a.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/no_tests/a.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/no_tests/a.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/one_test/tests.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/one_test/tests.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/one_test/tests.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/package_in_lib/lib/pkg2/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/package_in_lib/lib/pkg2/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/package_in_lib/lib/pkg2/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/package_in_lib/tests.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/package_in_lib/tests.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/package_in_lib/tests.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/assign_after_assert/test_assign_after_assert.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/assign_after_assert/test_assign_after_assert.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/assign_after_assert/test_assign_after_assert.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/attribute_resolution/test_prettyassert_attribute_resolution.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/attribute_resolution/test_prettyassert_attribute_resolution.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/attribute_resolution/test_prettyassert_attribute_resolution.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/attribute_resolution2/test_prettyassert_attribute_resolution2.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/attribute_resolution2/test_prettyassert_attribute_resolution2.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/attribute_resolution2/test_prettyassert_attribute_resolution2.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/conf_on/nose2.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/conf_on/test_conf_on.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/conf_on/test_conf_on.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/conf_on/test_conf_on.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/ignore_passing/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/ignore_passing/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/ignore_passing/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/ignore_passing/test_prettyassert_ignore_passing.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/ignore_passing/test_prettyassert_ignore_passing.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/ignore_passing/test_prettyassert_ignore_passing.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/multiline_funcdef/test_multiline_funcdef.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/multiline_funcdef/test_multiline_funcdef.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/multiline_funcdef/test_multiline_funcdef.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/multiline_statement/test_multiline_statement.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/multiline_statement/test_multiline_statement.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/multiline_statement/test_multiline_statement.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/simple_global/test_simple_global.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/simple_global/test_simple_global.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/simple_global/test_simple_global.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/unittest_assertion/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/unittest_assertion/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/unittest_assertion/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/unittest_assertion/test_prettyassert_unittestassertion.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/unittest_assertion/test_prettyassert_unittestassertion.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/pretty_asserts/unittest_assertion/test_prettyassert_unittestassertion.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/slow/test_slow.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/slow/test_slow.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/slow/test_slow.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/subtests/test_subtests.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/subtests/test_subtests.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/subtests/test_subtests.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/such_with_params/such_with_params.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/such_with_params/such_with_params.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/such_with_params/such_with_params.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_class_fail/test_class_fail.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_class_fail/test_class_fail.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_class_fail/test_class_fail.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes/test_classes.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes/test_classes.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes/test_classes.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes/test_fixtures.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes/test_fixtures.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes/test_fixtures.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes_mp/test_classes_mp.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes_mp/test_classes_mp.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes_mp/test_classes_mp.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes_mp/test_fixtures_mp.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes_mp/test_fixtures_mp.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_classes_mp/test_fixtures_mp.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/.coveragerc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc/mod1.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc/mod1.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/covered_lib_coveragerc/mod1.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/test_coveragerc.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/test_coveragerc.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/coveragerc/test_coveragerc.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg/mod1.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg/mod1.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/covered_lib_nose2cfg/mod1.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/nose2.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/test_nose2cfg.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/test_nose2cfg.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_coverage_config/nose2cfg/test_nose2cfg.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/lib/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/lib/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/lib/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/lib/mod1.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/lib/mod1.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/lib/mod1.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/test_coverage.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/test_coverage.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/test_with_module/test_coverage.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/docs.rst
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/docs.txt
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/mod1.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/mod1.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/mod1.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/pkg1/test/test_things.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/setup.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/setup.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/setup.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_package/unittest.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/docs.rst
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/docs.txt
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/EGG-INFO/SOURCES.txt
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/EGG-INFO/dependency_links.txt
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/EGG-INFO/top_level.txt
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/mod1.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/mod1.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/mod1.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/__init__.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/__init__.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/__init__.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/test_things.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/test_things.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/pkgunegg-0.0.0-py2.7.egg/pkgunegg/test/test_things.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/setup.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/setup.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/setup.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_unzipped_eggs/unittest.cfg
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/docs.rst
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/docs.txt
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/pkgegg-0.0.0-py2.7.egg
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/setup.py
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/setup.pyc
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/setup.pyo
+${PYSITELIB}/nose2/tests/functional/support/scenario/tests_in_zipped_eggs/unittest.cfg
+${PYSITELIB}/nose2/tests/functional/support/such/output.txt
+${PYSITELIB}/nose2/tests/functional/support/such/test_regression_same_havings.py
+${PYSITELIB}/nose2/tests/functional/support/such/test_regression_same_havings.pyc
+${PYSITELIB}/nose2/tests/functional/support/such/test_regression_same_havings.pyo
+${PYSITELIB}/nose2/tests/functional/support/such/test_such.py
+${PYSITELIB}/nose2/tests/functional/support/such/test_such.pyc
+${PYSITELIB}/nose2/tests/functional/support/such/test_such.pyo
+${PYSITELIB}/nose2/tests/functional/support/such/test_such_timing.py
+${PYSITELIB}/nose2/tests/functional/support/such/test_such_timing.pyc
+${PYSITELIB}/nose2/tests/functional/support/such/test_such_timing.pyo
+${PYSITELIB}/nose2/tests/functional/support/such/test_such_without_layers.py
+${PYSITELIB}/nose2/tests/functional/support/such/test_such_without_layers.pyc
+${PYSITELIB}/nose2/tests/functional/support/such/test_such_without_layers.pyo
 ${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.py
 ${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.pyc
 ${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.pyo

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



Home | Main Index | Thread Index | Old Index