Skip to content

Commit

Permalink
python3Packages.opentelemetry-instrumentation-logging: init at 0.47b0
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Oct 13, 2024
1 parent cd25e5e commit 39aa933
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
33 changes: 18 additions & 15 deletions pkgs/by-name/ba/baserow/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ python.pkgs.buildPythonApplication rec {
"test_email_notifications_are_created_correctly"
"test_remove_unused_personal_views"
"test_files_are_served_by_base_file_storage_by_default"
"test_files_can_be_served_by_the_backend"
"test_secure_file_serve_requires_license_to_download_files"
"test_files_can_be_downloaded_by_the_backend_with_valid_license"
# AttributeError: 'called_once' is not a valid assertion. Use a spec for the mock if 'called_once' is meant to be an attribute
"test_notification_creation_on_creating_row_comment_mention"
"test_notify_only_new_mentions_when_updating_a_comment"
Expand All @@ -235,21 +238,21 @@ python.pkgs.buildPythonApplication rec {
"test_audit_log_entries_are_translated_in_the_user_language"
];

disabledTestPaths = [
# Disable enterprise & premium tests
# because they require a database.
"../enterprise/backend/tests"
"../enterprise/backend/src"
"../premium/backend/tests"
"../premium/backend/src"
# Disable database related tests
"tests/baserow/contrib/database"
"tests/baserow/api"
"tests/baserow/core"
"tests/baserow/ws"
# Requires an installed app or something, investigate later
"tests/baserow/contrib/builder/"
];
#disabledTestPaths = [
# # Disable enterprise & premium tests
# # because they require a database.
# "../enterprise/backend/tests"
# "../enterprise/backend/src"
# "../premium/backend/tests"
# "../premium/backend/src"
# # Disable database related tests
# "tests/baserow/contrib/database"
# "tests/baserow/api"
# "tests/baserow/core"
# "tests/baserow/ws"
# # Requires an installed app or something, investigate later
# "tests/baserow/contrib/builder/"
#];

pythonImportsCheck = [
"baserow"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ buildPythonPackage rec {
opentelemetry-instrumentation
];

nativeCheckInputs = [
opentelemetry-test-utils
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];

pythonImportsCheck = [ "opentelemetry.instrumentation.logging" ];

Expand Down

0 comments on commit 39aa933

Please sign in to comment.