Skip to content

Tags: scientific-python/issue-from-pytest-log-action

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
also run CI on python 3.12 (#40)

v1.2.8

Toggle v1.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow assigning users to the newly-created issues (#30)

* allow passing a list of assigned users

* use a comma-separated string instead

* use github script (node?) to split the string

* use a variable instead

* document that all users have to have commit rights

v1.2.7

Toggle v1.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ignore warnings for now (#29)

v1.2.6

Toggle v1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
properly parse and format the `nodeid` of errored test modules (#15)

* correctly parse the nodeid of errored test modules

* special format for the nodeid of errored test modules

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix strict xpasses (#12)

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
don't try to summarize groups of 1 variant (#11)

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use a login shell for shell code steps (#8)

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove the raw json log output which can be very big (#7)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix the action (#6)

* explicitly install more-itertools

* temporarily set the max chars limit to 15

* fix the last-resort summary

* fix the fix

* print the json log for debugging

* add the shell

* get the python version from sys.version_info

* set the max_chars to 200

* set the character limit to 400

* revert back to the character limit of github issues

* wrap the json log in a output group

* add some environment information

v1.2

Toggle v1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add some small tests (#5)

* only weakly match the filepath to capture test groups in the test name

* add a hypothesis-based test

* ignore hypothesis cache and python bytecode files

* use the module name and fix the mistaken use of `starmap`

* add a test for truncate

* add CI