diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-12 12:39:43 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-12 12:39:43 +0000 |
| commit | e8e1cef2dee055385d57e2fc11dcdfa98634d0ef (patch) | |
| tree | ba8dfa845358c1cd202da3e58267f096e5eed811 /dev-python/virtualenv | |
| parent | c76caeeeebc79be65a78483791fc8e219aa4043d (diff) | |
| download | baldeagleos-repo-e8e1cef2dee055385d57e2fc11dcdfa98634d0ef.tar.gz baldeagleos-repo-e8e1cef2dee055385d57e2fc11dcdfa98634d0ef.tar.xz baldeagleos-repo-e8e1cef2dee055385d57e2fc11dcdfa98634d0ef.zip | |
Adding metadata
Diffstat (limited to 'dev-python/virtualenv')
| -rw-r--r-- | dev-python/virtualenv/virtualenv-20.14.1-r1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/virtualenv/virtualenv-20.14.1-r1.ebuild b/dev-python/virtualenv/virtualenv-20.14.1-r1.ebuild index 28e34315db38..d1df9021d54c 100644 --- a/dev-python/virtualenv/virtualenv-20.14.1-r1.ebuild +++ b/dev-python/virtualenv/virtualenv-20.14.1-r1.ebuild @@ -87,6 +87,11 @@ python_test() { 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]' 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]' ) + [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=( + # TODO + tests/unit/discovery/py_info/test_py_info.py::test_py_info_setuptools + tests/unit/discovery/py_info/test_py_info.py::test_custom_venv_install_scheme_is_prefered + ) epytest } |
