python310Packages.elastic-apm: fix build on darwin
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, aiohttp
|
||||
, blinker
|
||||
, buildPythonPackage
|
||||
@@ -77,6 +78,9 @@ buildPythonPackage rec {
|
||||
disabledTestPaths = [
|
||||
# Exclude tornado tests
|
||||
"tests/contrib/asyncio/tornado/tornado_tests.py"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
# Flaky tests on Darwin
|
||||
"tests/utils/threading_tests.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user