forked from pool/python-frozenlist
* The :file:`reusable-cibuildwheel.yml` workflow has been refactored to
be more generic and :file:`ci-cd.yml` now holds all the configuration
toggles
* When building wheels, the source distribution is now passed directly
to the ``cibuildwheel`` invocation
Builds and tests have been added to ``ci-cd.yml`` for arm64 Windows wheels
* Started building wheels for CPython 3.14
* Removed ``--config-settings=pure-python=false`` from :file:`requirements/dev.txt`.
Developers on CPython still get accelerated builds by default. To explicitly build
a pure Python wheel, use ``pip install -e . --config-settings=pure-python=true``
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-frozenlist?expand=0&rev=26
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
|
|
|