diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-19 19:17:28 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-19 19:17:28 +0000 |
| commit | 162d256a6007fa4ab75d051b8a2c791998af23a0 (patch) | |
| tree | d20129ffff9ee326a3de006b251a383b30215b16 /dev-python/selenium | |
| parent | 4ae32df4bc23de9faff8697bf5253bd11d6b5bf5 (diff) | |
| download | baldeagleos-repo-162d256a6007fa4ab75d051b8a2c791998af23a0.tar.gz baldeagleos-repo-162d256a6007fa4ab75d051b8a2c791998af23a0.tar.xz baldeagleos-repo-162d256a6007fa4ab75d051b8a2c791998af23a0.zip | |
Adding metadata
Diffstat (limited to 'dev-python/selenium')
| -rw-r--r-- | dev-python/selenium/files/selenium-4.33.0-pytest-ignore.patch | 29 | ||||
| -rw-r--r-- | dev-python/selenium/selenium-4.39.0.ebuild | 2 |
2 files changed, 1 insertions, 30 deletions
diff --git a/dev-python/selenium/files/selenium-4.33.0-pytest-ignore.patch b/dev-python/selenium/files/selenium-4.33.0-pytest-ignore.patch deleted file mode 100644 index 94d2477172ec..000000000000 --- a/dev-python/selenium/files/selenium-4.33.0-pytest-ignore.patch +++ /dev/null @@ -1,29 +0,0 @@ -From d4efc1b1f38611984b9d4f3c3aac1ba37224e8d0 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Sat, 24 May 2025 06:54:07 +0200 -Subject: [PATCH] [py] Fix pytest_ignore_collect hook to respect --ignore - -Fix the `pytest_ignore_collect` hook to respect `--ignore` specified -by the user. Returning `False` stops pytest from consulting additional -hooks, including its default hooks that are necessary to process -`--ignore` option. By returning `True` or `None`, the hook combines -files ignored by default with ignores specified by the user. ---- - py/conftest.py | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/py/conftest.py b/py/conftest.py -index 2c4d0e62d6..45e5c704f8 100644 ---- a/py/conftest.py -+++ b/py/conftest.py -@@ -90,7 +90,9 @@ def pytest_ignore_collect(collection_path, config): - _drivers = set(drivers).difference(drivers_opt or drivers) - if drivers_opt: - _drivers.add("unit") -- return len([d for d in _drivers if d.lower() in collection_path.parts]) > 0 -+ if len([d for d in _drivers if d.lower() in collection_path.parts]) > 0: -+ return True -+ return None - - - def pytest_generate_tests(metafunc): diff --git a/dev-python/selenium/selenium-4.39.0.ebuild b/dev-python/selenium/selenium-4.39.0.ebuild index 76d7adf79a21..f7d6f41f7bb6 100644 --- a/dev-python/selenium/selenium-4.39.0.ebuild +++ b/dev-python/selenium/selenium-4.39.0.ebuild @@ -29,7 +29,7 @@ SRC_URI+=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86" IUSE="test test-rust" RESTRICT="!test? ( test )" |
