Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix semconv tests on Windows, refactor. #54

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion semantic-conventions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
BASE_DIR, "src", "opentelemetry", "semconv", "version.py"
)
PACKAGE_INFO = {}
with open(VERSION_FILENAME) as f:
with open(VERSION_FILENAME, encoding="utf-8") as f:
exec(f.read(), PACKAGE_INFO)


Expand Down
527 changes: 73 additions & 454 deletions semantic-conventions/src/tests/semconv/templating/test_markdown.py

Large diffs are not rendered by default.