summaryrefslogtreecommitdiff
path: root/dev-python/pycodestyle
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-07 15:01:52 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-07 15:01:52 -0500
commitcab4bebbee5e50ac2d5275d645904cef772fcc17 (patch)
tree8c8703f7679be915572c609b33068ac5b25d36fa /dev-python/pycodestyle
parentdd6cff2d76baa289493b9d53d2f9a5bd287f5055 (diff)
downloadbaldeagleos-repo-cab4bebbee5e50ac2d5275d645904cef772fcc17.tar.gz
baldeagleos-repo-cab4bebbee5e50ac2d5275d645904cef772fcc17.tar.xz
baldeagleos-repo-cab4bebbee5e50ac2d5275d645904cef772fcc17.zip
Adding metadata
Diffstat (limited to 'dev-python/pycodestyle')
-rw-r--r--dev-python/pycodestyle/pycodestyle-2.14.0.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/pycodestyle/pycodestyle-2.14.0.ebuild b/dev-python/pycodestyle/pycodestyle-2.14.0.ebuild
index 67da2113ca6e..0aa9ec4374ca 100644
--- a/dev-python/pycodestyle/pycodestyle-2.14.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.14.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
@@ -27,9 +27,5 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390
distutils_enable_sphinx docs \
dev-python/sphinx-rtd-theme
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}