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

Add missing Junit fields #10

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Conversation

Jiablero
Copy link

Add missing Junit fields

  • 'software' section
  • 'hardware' section
  • 'timestamp' for testcases
  • 'hostname' for testsuite
  • 'id' for testsuite
  • 'package' for testsuite

@cdimauro
Copy link

The patch fails one check:

statictest: commands[1]> flake8 
./src/dltlyse/_version.py:5:5: F401 'typing.Tuple' imported but unused 
statictest: exit 1 (0.42 seconds) /dltlyse> flake8 pid=100

- 'software' section
- 'hardware' section
- 'timestamp' for testcases
- 'hostname' for testsuite
- 'id' for testsuite
- 'package' for testsuite
@aigarius
Copy link
Member

That check is due to a bug in Python setuptools_scm>8.0 - it can be safely ignored, will be fixed by setuptools_scm 8.0.4 release.

@aigarius aigarius merged commit eb290b6 into bmwcarit:master Sep 26, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants