zope.pytestlayer 9.1__tar.gz → 9.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/CHANGES.rst +6 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/PKG-INFO +8 -2
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/setup.py +2 -2
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/fixture.py +2 -1
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope.pytestlayer.egg-info/PKG-INFO +8 -2
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope.pytestlayer.egg-info/requires.txt +1 -1
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/.pre-commit-config.yaml +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/.readthedocs.yaml +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/CONTRIBUTING.md +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/COPYRIGHT.txt +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/HACKING.rst +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/LICENSE.txt +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/MANIFEST.in +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/README.rst +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/docs/about.rst +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/docs/api.rst +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/docs/changes.rst +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/docs/conf.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/docs/index.rst +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/pyproject.toml +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/pytest.ini +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/setup.cfg +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/sitecustomize.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/_compat.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/doctest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/layered.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/plugin.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/testing.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/bad_layer/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/bad_layer/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/bad_layer/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/custom_fixture_name/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/custom_fixture_name/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/custom_fixture_name/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/keep_layer_across_test_classes/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/keep_layer_across_test_classes/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/keep_layer_across_test_classes/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/layers_with_same_name/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/layers_with_same_name/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/layers_with_same_name/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/no_setup_or_teardown/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/no_setup_or_teardown/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/no_setup_or_teardown/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/order_by_layer/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/order_by_layer/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/order_by_layer/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/order_with_layered_suite/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/order_with_layered_suite/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/order_with_layered_suite/foo.txt +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/order_with_layered_suite/foobar.txt +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/order_with_layered_suite/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/session_fixture/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/session_fixture/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/session_fixture/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/shared_with_layered_suite/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/shared_with_layered_suite/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/shared_with_layered_suite/mydoctest.txt +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/shared_with_layered_suite/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layer/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layer/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layer/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layer_in_two_modules/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layer_in_two_modules/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layer_in_two_modules/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layer_in_two_modules/test_second_module.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layer_with_unattached_base_layer/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layer_with_unattached_base_layer/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layer_with_unattached_base_layer/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layered_suite/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layered_suite/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layered_suite/doctest.txt +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/single_layered_suite/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/two_dependent_layered_suites/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/two_dependent_layered_suites/bar.txt +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/two_dependent_layered_suites/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/two_dependent_layered_suites/foo.txt +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/two_dependent_layered_suites/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/two_dependent_layers/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/two_dependent_layers/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/two_dependent_layers/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/two_independent_layers/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/two_independent_layers/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/two_independent_layers/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/with_and_without_layer/__init__.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/with_and_without_layer/conftest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/fixture/with_and_without_layer/test_core.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/test_doctest.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/test_fixture.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/test_integration.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/test_layer.py +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope.pytestlayer.egg-info/SOURCES.txt +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope.pytestlayer.egg-info/dependency_links.txt +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope.pytestlayer.egg-info/entry_points.txt +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope.pytestlayer.egg-info/not-zip-safe +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope.pytestlayer.egg-info/top_level.txt +0 -0
- {zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zope.pytestlayer
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.2
|
|
4
4
|
Summary: Integration of zope.testrunner-style test layers into pytest framework
|
|
5
5
|
Home-page: https://github.com/zopefoundation/zope.pytestlayer/
|
|
6
6
|
Author: gocept
|
|
@@ -32,7 +32,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
32
32
|
Classifier: Topic :: Software Development :: Testing
|
|
33
33
|
Requires-Python: >=3.10
|
|
34
34
|
License-File: LICENSE.txt
|
|
35
|
-
Requires-Dist: pytest>=
|
|
35
|
+
Requires-Dist: pytest>=9.1
|
|
36
36
|
Requires-Dist: setuptools
|
|
37
37
|
Requires-Dist: zope.dottedname
|
|
38
38
|
Provides-Extra: test
|
|
@@ -178,6 +178,12 @@ Developing zope.pytestlayer
|
|
|
178
178
|
Change log for zope.pytestlayer
|
|
179
179
|
=================================
|
|
180
180
|
|
|
181
|
+
9.2 (2026-06-30)
|
|
182
|
+
================
|
|
183
|
+
|
|
184
|
+
- Add compatibility for ``pytest >= 9.1``, requiring at least that version.
|
|
185
|
+
|
|
186
|
+
|
|
181
187
|
9.1 (2025-12-03)
|
|
182
188
|
================
|
|
183
189
|
|
|
@@ -207,7 +207,8 @@ def parsefactories(collector, layer):
|
|
|
207
207
|
name = get_fixture_name(layer, scope='function')
|
|
208
208
|
module = types.ModuleType(name)
|
|
209
209
|
module.__dict__.update(ns)
|
|
210
|
-
collector.session._fixturemanager.parsefactories(
|
|
210
|
+
collector.session._fixturemanager.parsefactories(
|
|
211
|
+
holder=module, node=collector.session)
|
|
211
212
|
|
|
212
213
|
|
|
213
214
|
def raise_if_bad_layer(layer):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zope.pytestlayer
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.2
|
|
4
4
|
Summary: Integration of zope.testrunner-style test layers into pytest framework
|
|
5
5
|
Home-page: https://github.com/zopefoundation/zope.pytestlayer/
|
|
6
6
|
Author: gocept
|
|
@@ -32,7 +32,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
32
32
|
Classifier: Topic :: Software Development :: Testing
|
|
33
33
|
Requires-Python: >=3.10
|
|
34
34
|
License-File: LICENSE.txt
|
|
35
|
-
Requires-Dist: pytest>=
|
|
35
|
+
Requires-Dist: pytest>=9.1
|
|
36
36
|
Requires-Dist: setuptools
|
|
37
37
|
Requires-Dist: zope.dottedname
|
|
38
38
|
Provides-Extra: test
|
|
@@ -178,6 +178,12 @@ Developing zope.pytestlayer
|
|
|
178
178
|
Change log for zope.pytestlayer
|
|
179
179
|
=================================
|
|
180
180
|
|
|
181
|
+
9.2 (2026-06-30)
|
|
182
|
+
================
|
|
183
|
+
|
|
184
|
+
- Add compatibility for ``pytest >= 9.1``, requiring at least that version.
|
|
185
|
+
|
|
186
|
+
|
|
181
187
|
9.1 (2025-12-03)
|
|
182
188
|
================
|
|
183
189
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope/pytestlayer/tests/test_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope.pytestlayer.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{zope_pytestlayer-9.1 → zope_pytestlayer-9.2}/src/zope.pytestlayer.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|