python312Packages.opentelemetry-exporter-otlp-proto-grpc: fix tests

This commit is contained in:
natsukium
2024-07-27 22:10:00 +09:00
parent 38047274fc
commit 1a31cc7bf3
@@ -37,7 +37,7 @@ buildPythonPackage {
pytestCheckHook
];
disabledTestPaths = [ "tests/performance/benchmarks/" ];
pytestFlagsArray = [ "tests" ];
pythonImportsCheck = [ "opentelemetry.exporter.otlp.proto.grpc" ];