diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-21 18:10:31 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-21 18:10:31 +0000 |
| commit | aa60ccb7c9d247fc8f12cfb61f2e2a4a18da8e40 (patch) | |
| tree | e2c4a97bf0646bb4185abe217dd320e6764c725d /dev-python/http-ece | |
| parent | 5fb24e839710dc6a247ecb0c750a5290c46cf835 (diff) | |
| download | baldeagleos-repo-aa60ccb7c9d247fc8f12cfb61f2e2a4a18da8e40.tar.gz baldeagleos-repo-aa60ccb7c9d247fc8f12cfb61f2e2a4a18da8e40.tar.xz baldeagleos-repo-aa60ccb7c9d247fc8f12cfb61f2e2a4a18da8e40.zip | |
Adding metadata
Diffstat (limited to 'dev-python/http-ece')
| -rw-r--r-- | dev-python/http-ece/http-ece-1.2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/http-ece/http-ece-1.2.1.ebuild b/dev-python/http-ece/http-ece-1.2.1.ebuild index e1b9ece2a559..120410dcf4b0 100644 --- a/dev-python/http-ece/http-ece-1.2.1.ebuild +++ b/dev-python/http-ece/http-ece-1.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi @@ -23,5 +23,6 @@ RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]" distutils_enable_tests pytest python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 epytest -o addopts= } |
