summaryrefslogtreecommitdiff
path: root/dev-python/cloudscraper
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-21 19:49:14 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-21 19:49:14 -0500
commite96e88fa0d43a67ac8a6eda8bc6819000d1604f4 (patch)
tree60e8906df2f4fcee674fd28f7c16c33fee5dc1b9 /dev-python/cloudscraper
parentc9507d3d8ce89d8bdf4e6a04c8c7511523082acc (diff)
downloadbaldeagleos-repo-e96e88fa0d43a67ac8a6eda8bc6819000d1604f4.tar.gz
baldeagleos-repo-e96e88fa0d43a67ac8a6eda8bc6819000d1604f4.tar.xz
baldeagleos-repo-e96e88fa0d43a67ac8a6eda8bc6819000d1604f4.zip
Adding metadata
Diffstat (limited to 'dev-python/cloudscraper')
-rw-r--r--dev-python/cloudscraper/cloudscraper-1.2.69-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/cloudscraper/cloudscraper-1.2.69-r1.ebuild b/dev-python/cloudscraper/cloudscraper-1.2.69-r1.ebuild
index 7f842bf50865..6be4181b70cf 100644
--- a/dev-python/cloudscraper/cloudscraper-1.2.69-r1.ebuild
+++ b/dev-python/cloudscraper/cloudscraper-1.2.69-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,6 +34,9 @@ BDEPEND="
)
"
+EPYTEST_PLUGINS=( pytest-{forked,timeout} )
+distutils_enable_tests pytest
+
# These tests fail for no understanadble reason
EPYTEST_DESELECT=(
"tests/test_cloudscraper.py::TestCloudScraper::test_bad_interpreter_js_challenge1_16_05_2020"
@@ -42,9 +45,6 @@ EPYTEST_DESELECT=(
"tests/test_cloudscraper.py::TestCloudScraper::test_reCaptcha_providers"
)
-EPYTEST_PLUGINS=( pytest-{forked,timeout} )
-distutils_enable_tests pytest
-
pkg_postinst() {
optfeature "brotli decompresssion support" "dev-python/brotlipy"