- Cherry-pick patch from Fedora to fix testsuite with Python 3.13 * skip-some-attributes.patch OBS-URL: https://build.opensuse.org/request/show/1190281 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-frozenlist?expand=0&rev=18
20 lines
501 B
Diff
20 lines
501 B
Diff
Index: frozenlist-1.4.1/pytest.ini
|
|
===================================================================
|
|
--- frozenlist-1.4.1.orig/pytest.ini
|
|
+++ frozenlist-1.4.1/pytest.ini
|
|
@@ -21,14 +21,6 @@ addopts =
|
|
# Dump the test results in junit format:
|
|
# --junitxml=.test-results/pytest/results.xml
|
|
|
|
- # Pre-load the `pytest-cov` plugin early:
|
|
- -p pytest_cov
|
|
-
|
|
- # `pytest-cov`:
|
|
- --cov
|
|
- --cov-context=test
|
|
- --cov-config=.coveragerc
|
|
-
|
|
# Fail on config parsing warnings:
|
|
# --strict-config
|
|
|