Merge pull request #145765 from risicle/ris-python-build-darwin-fix
python3Packages.build: skip test failing on darwin
This commit is contained in:
commit
2788c3b693
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, filelock
|
||||
|
@ -56,6 +57,9 @@ buildPythonPackage rec {
|
|||
"test_default_pip_is_never_too_old"
|
||||
"test_build"
|
||||
"test_init"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
# expects Apple's python and its quirks
|
||||
"test_can_get_venv_paths_with_conflicting_default_scheme"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "build" ];
|
||||
|
|
Loading…
Reference in a new issue