Skip to content

Releases: businho/pytest-ruff

Cleaner test error output

02 May 06:44
cb1685e
Compare
Choose a tag to compare

Full stack trace is not relevant for us, it was removed in #18. Thanks to @lexi-k.

Add support to pytest 8.1.x

10 Mar 12:49
9efc242
Compare
Choose a tag to compare
fix: pytest 8.1 compat (#16)

* fix: pytest 8 compat

* Test on yanked pytest 8.1.0

---------

Co-authored-by: Iuri de Silvio <iurisilvio@gmail.com>

Support old pytest versions

03 Mar 10:31
37b8e73
Compare
Choose a tag to compare
v0.3

Support old pytests (#13)

Fix previous messed up release

31 Oct 18:50
2098829
Compare
Choose a tag to compare

It makes --ruff and --ruff-format work independently and make the plugin work again.

Support ruff format and respect exclude config

30 Oct 22:54
Compare
Choose a tag to compare
v0.2

Respect excludes in ruff config

Fix subprocess call for filenames with spaces

31 Jul 16:40
16004c5
Compare
Choose a tag to compare
Merge pull request #4 from jaraco/bugfix/any-filename

Let subprocess module handle argument escaping

Do not skip ruff when pytest cache is disabled.

08 Jun 09:25
Compare
Choose a tag to compare
v0.1

Parallel is not necessary here.

Better error messages on pytest output.

28 Apr 11:42
Compare
Choose a tag to compare
v0.0.6

Pytest output with better errors.

Loose ruff version.

22 Mar 11:48
0e78420
Compare
Choose a tag to compare
v0.0.5

Loose ruff version.

Fix PytestUnknownMarkWarning.

27 Feb 13:00
Compare
Choose a tag to compare
v0.0.4

Fix #1 -- Define ruff marker to fix PytestUnknownMarkWarning.