python310Packages.virtualenv: disable failing test

This commit is contained in:
Martin Weinelt
2024-03-17 16:51:51 +01:00
parent 1f57f24114
commit 1eee251d94
@@ -71,6 +71,8 @@ buildPythonPackage rec {
"test_seed_link_via_app_data"
# Permission Error
"test_bad_exe_py_info_no_raise"
] ++ lib.optionals (pythonOlder "3.11") [
"test_help"
] ++ lib.optionals (isPyPy) [
# encoding problems
"test_bash"