mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
Bump pytest to 7.2.*
This commit is contained in:
+1
-1
@@ -253,7 +253,7 @@ setup(
|
|||||||
'pytest-rerunfailures==10.2',
|
'pytest-rerunfailures==10.2',
|
||||||
'pytest-sugar',
|
'pytest-sugar',
|
||||||
'pytest-xdist==2.5.*',
|
'pytest-xdist==2.5.*',
|
||||||
'pytest==7.*',
|
'pytest==7.2.*',
|
||||||
'responses',
|
'responses',
|
||||||
],
|
],
|
||||||
'memcached': ['pylibmc'],
|
'memcached': ['pylibmc'],
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ from xdist.dsession import DSession
|
|||||||
CRASHED_ITEMS = set()
|
CRASHED_ITEMS = set()
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.trylast
|
@pytest.hookimpl(trylast=True)
|
||||||
def pytest_configure(config):
|
def pytest_configure(config):
|
||||||
"""
|
"""
|
||||||
Somehow, somewhere, our test suite causes a segfault in SQLite, but only when run
|
Somehow, somewhere, our test suite causes a segfault in SQLite, but only when run
|
||||||
|
|||||||
Reference in New Issue
Block a user