diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-05-10 06:53:43 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-05-10 06:53:43 +0000 |
| commit | 2c151520cf0208b063dedd9f0aeb04eaad54c1af (patch) | |
| tree | ea5e88e2dfbc5adaec5139b75e838d55bb725b4f /dev-python/watchdog | |
| parent | 7f7e3a8f33bbf2fd204e5e9510395a0585591ed5 (diff) | |
| download | baldeagleos-repo-2c151520cf0208b063dedd9f0aeb04eaad54c1af.tar.gz baldeagleos-repo-2c151520cf0208b063dedd9f0aeb04eaad54c1af.tar.xz baldeagleos-repo-2c151520cf0208b063dedd9f0aeb04eaad54c1af.zip | |
Adding metadata
Diffstat (limited to 'dev-python/watchdog')
| -rw-r--r-- | dev-python/watchdog/watchdog-6.0.0.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-python/watchdog/watchdog-6.0.0.ebuild b/dev-python/watchdog/watchdog-6.0.0.ebuild index cfae3f9499a7..9d5349ad79a8 100644 --- a/dev-python/watchdog/watchdog-6.0.0.ebuild +++ b/dev-python/watchdog/watchdog-6.0.0.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 @@ -21,12 +21,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 RDEPEND=" dev-python/pyyaml[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}] - ) -" +EPYTEST_PLUGINS=( pytest-timeout ) distutils_enable_tests pytest python_test() { @@ -37,7 +33,6 @@ python_test() { tests/test_inotify_buffer.py::test_unmount_watched_directory_filesystem ) - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 # there's a test opening 2048 files ulimit -n 4096 || die epytest -o addopts= |
