diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-08 13:44:04 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-08 13:44:04 +0000 |
| commit | 67cc0c8a207d2a9316edac78aecfb1de6259169d (patch) | |
| tree | 8836dd81a6f465065699212350c1ba44a36bfa4e /dev-python/irc | |
| parent | 7f672250728645a48cd320e0040d3f79e9a37a41 (diff) | |
| download | baldeagleos-repo-67cc0c8a207d2a9316edac78aecfb1de6259169d.tar.gz baldeagleos-repo-67cc0c8a207d2a9316edac78aecfb1de6259169d.tar.xz baldeagleos-repo-67cc0c8a207d2a9316edac78aecfb1de6259169d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/irc')
| -rw-r--r-- | dev-python/irc/irc-19.0.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/irc/irc-19.0.1.ebuild b/dev-python/irc/irc-19.0.1.ebuild index 036b875264a0..195c778ba272 100644 --- a/dev-python/irc/irc-19.0.1.ebuild +++ b/dev-python/irc/irc-19.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 @@ -43,8 +43,7 @@ distutils_enable_sphinx docs '>=dev-python/jaraco-packaging-3.2' \ python_test() { # Override pytest options to skip flake8 - pytest -vv --override-ini="addopts=--doctest-modules" \ - || die "Tests failed with ${EPYTHON}" + epytest --override-ini="addopts=--doctest-modules" } python_install_all() { |
