Bump pytest to 7.2.*

This commit is contained in:
Raphael Michel
2022-10-26 09:39:40 +02:00
parent 780ebfe120
commit f2c72e5ff8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ setup(
'pytest-rerunfailures==10.2',
'pytest-sugar',
'pytest-xdist==2.5.*',
'pytest==7.*',
'pytest==7.2.*',
'responses',
],
'memcached': ['pylibmc'],
+1 -1
View File
@@ -28,7 +28,7 @@ from xdist.dsession import DSession
CRASHED_ITEMS = set()
@pytest.mark.trylast
@pytest.hookimpl(trylast=True)
def pytest_configure(config):
"""
Somehow, somewhere, our test suite causes a segfault in SQLite, but only when run