I'm Fedora maintainer of python-pytest-localsever.
Fedora 37 uses python3==3.11.0b3 and pytest==7.1.2, so I had to apply the patch to remove pytest<7 requirement. It looks like all tests pass. Please, consider allowing pytest>=7 for Python 3.11.
Also, Fedora 35 uses pytest==6.2.4, and in tox it's pytest>=6.2.5. I believe that patch version shouldn't matter. Please, consider allowing pytest>=6.2.4 for Python 3.10.
I'm Fedora maintainer of
python-pytest-localsever.Fedora 37 uses
python3==3.11.0b3andpytest==7.1.2, so I had to apply the patch to removepytest<7requirement. It looks like all tests pass. Please, consider allowingpytest>=7for Python 3.11.Also, Fedora 35 uses
pytest==6.2.4, and in tox it'spytest>=6.2.5. I believe that patch version shouldn't matter. Please, consider allowingpytest>=6.2.4for Python 3.10.