diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-18 18:14:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-18 18:18:08 +0200 |
commit | bcb22966c7c5644cbe33ca27eebeb9d4d94c43a6 (patch) | |
tree | 8d7e1735b496f83bc6c6e1cd81c9ca26374230f1 /dev-python/virtualenv | |
parent | profiles/package.mask: dev-util/findbugs removal (diff) | |
download | gentoo-bcb22966c7c5644cbe33ca27eebeb9d4d94c43a6.tar.gz gentoo-bcb22966c7c5644cbe33ca27eebeb9d4d94c43a6.tar.bz2 gentoo-bcb22966c7c5644cbe33ca27eebeb9d4d94c43a6.zip |
dev-python/virtualenv: Update pypy3 test skips
Closes: https://bugs.gentoo.org/783771
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/virtualenv-20.4.3.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/virtualenv/virtualenv-20.4.3.ebuild b/dev-python/virtualenv/virtualenv-20.4.3.ebuild index d9b7419ae48c..5de5c2f6118a 100644 --- a/dev-python/virtualenv/virtualenv-20.4.3.ebuild +++ b/dev-python/virtualenv/virtualenv-20.4.3.ebuild @@ -72,12 +72,16 @@ python_test() { 'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools' 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]' 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9--bin-]' + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10-64-bin-]' + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.10--bin-]' 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7-64-bin-]' 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7--bin-]' 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3-64-bin-]' 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3--bin-]' 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9-64-bin-]' 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.9--bin-]' + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10-64-bin-]' + 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7.10--bin-]' 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7-64-bin-]' 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3.7--bin-]' 'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3-64-bin-]' |