thombashi / pytest-md-report

A pytest plugin to generate test outcomes reports with markdown table format.
MIT License
33 stars 5 forks source link

Doesn't work with pytest 8.0.0 #5

Closed FollowTheProcess closed 7 months ago

FollowTheProcess commented 7 months ago

Hello 👋🏻

Great project! Just a quick question, is the maximum pytest version of <8 intentional or just a safety against breaking changes? Do you think this could be relaxed? I'm getting some version conflict issues on some of my projects 🙁

Happy to submit a PR if it's something you're willing to support, thanks!

thombashi commented 7 months ago

@FollowTheProcess Hello

is the maximum pytest version of <8 intentional or just a safety against breaking changes?

The latter is the reason.

Do you think this could be relaxed?

I think so. PRs are welcome.

thombashi commented 7 months ago

@FollowTheProcess Thank you for your pull request. I have released a new version of the package.