str0zzapreti / pytest-retry

A simple plugin for retrying flaky tests in CI environments
MIT License
27 stars 6 forks source link

support Python 3.11, move configs to submodule #18

Closed tswast closed 10 months ago

tswast commented 10 months ago

I think the top-level configs.py file may cause some packaging problems in general. Moved to the pytest_retry folder where its less likely to conflict with other packages.

Closes #17

tswast commented 10 months ago

Thanks for the quick review @str0zzapreti

str0zzapreti commented 10 months ago

Sure thing @tswast, thanks for taking the time to make a PR. I never really expected this plugin to get any use outside of my own work, but it's really gratifying to see other people take an interest.