forked from pool/python-frozenlist
- Update to 1.7.0
* Added deepcopy support to FrozenList
* Fixed an issue where ``frozenlist`` binary wheels would be
built with debugging symbols and line tracing enabled, which
significantly impacted performance. Line tracing is now disabled
by default and can only be enabled explicitly
- This change ensures that production builds are optimized for
performance. Developers who need line tracing for debugging
purposes can still enable it by:
1. Setting the ``FROZENLIST_CYTHON_TRACING`` environment variable
2. Using the ``--config-setting=with-cython-tracing=true`` option with pip
* Enabled ``PIP_CONSTRAINT`` environment variable in the build configuration
to ensure the pinned Cython version from ``requirements/cython.txt`` is
used during wheel builds.
OBS-URL: https://build.opensuse.org/request/show/1307084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-frozenlist?expand=0&rev=24
19 lines
511 B
Diff
19 lines
511 B
Diff
diff -Nru frozenlist-1.6.2.orig/pytest.ini frozenlist-1.6.2/pytest.ini
|
|
--- frozenlist-1.6.2.orig/pytest.ini 2025-06-03 22:04:42.000000000 +0200
|
|
+++ frozenlist-1.6.2/pytest.ini 2025-06-06 13:58:26.290587614 +0200
|
|
@@ -18,14 +18,6 @@
|
|
# https://docs.pytest.org/en/stable/doctest.html
|
|
--doctest-modules
|
|
|
|
- # Pre-load the `pytest-cov` plugin early:
|
|
- -p pytest_cov
|
|
-
|
|
- # `pytest-cov`:
|
|
- --cov
|
|
- --cov-config=.coveragerc
|
|
- --cov-context=test
|
|
-
|
|
# Fail on config parsing warnings:
|
|
# --strict-config
|
|
|