mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 06:07:37 +00:00
pypy3Packages.virtualenv: Disable failing tests
This commit is contained in:
parent
7373272e86
commit
0e3b6c5634
@ -1,8 +1,8 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, isPy27
|
||||
, isPyPy
|
||||
, cython
|
||||
, distlib
|
||||
, fetchPypi
|
||||
@ -12,7 +12,6 @@
|
||||
, hatchling
|
||||
, importlib-metadata
|
||||
, importlib-resources
|
||||
, pathlib2
|
||||
, platformdirs
|
||||
, pytest-freezegun
|
||||
, pytest-mock
|
||||
@ -76,6 +75,13 @@ buildPythonPackage rec {
|
||||
"test_seed_link_via_app_data"
|
||||
# Permission Error
|
||||
"test_bad_exe_py_info_no_raise"
|
||||
] ++ lib.optionals (isPyPy) [
|
||||
# encoding problems
|
||||
"test_bash"
|
||||
# permission error
|
||||
"test_can_build_c_extensions"
|
||||
# fails to detect pypy version
|
||||
"test_discover_ok"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user