diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-16 19:35:16 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-16 19:35:16 +0000 |
| commit | 21184535f1aeed4066b3fb00248c90c1835dd453 (patch) | |
| tree | 2ebcd1b95508cbe6200444b5e22a657a75bda6aa /dev-python/github3-py | |
| parent | 484b38ba94446adf3cbc8cee9325d6e1cd52a8de (diff) | |
| download | baldeagleos-repo-21184535f1aeed4066b3fb00248c90c1835dd453.tar.gz baldeagleos-repo-21184535f1aeed4066b3fb00248c90c1835dd453.tar.xz baldeagleos-repo-21184535f1aeed4066b3fb00248c90c1835dd453.zip | |
Adding metadata
Diffstat (limited to 'dev-python/github3-py')
| -rw-r--r-- | dev-python/github3-py/github3-py-4.0.1.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-python/github3-py/github3-py-4.0.1.ebuild b/dev-python/github3-py/github3-py-4.0.1.ebuild index b81a8d263ed2..fe610b14c1e0 100644 --- a/dev-python/github3-py/github3-py-4.0.1.ebuild +++ b/dev-python/github3-py/github3-py-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,5 +41,13 @@ BDEPEND=" distutils_enable_tests pytest python_test() { + local EPYTEST_DESELECT=( + # betamax / urllib3 problem + # upstream marked these tests xfail... + # https://github.com/sigmavirus24/github3.py/commit/9d6124c09b0997b5e83579549bcf22b3e901d7e5 + tests/integration/test_repos_repo.py::TestRepoCommit::test_{diff,patch} + tests/integration/test_repos_repo.py::TestComparison::test_{diff,patch} + ) + epytest -o addopts= } |
