Skip to content

Commit 0d74f5e

Browse files
committed
1 parent 0e361ca commit 0d74f5e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix tests with pytest 9.0.

test/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
import pytest
1414

15+
pytest_plugins = ['b2sdk.v3.testing']
16+
1517

1618
@pytest.hookimpl
1719
def pytest_configure(config):

test/integration/conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
GENERAL_BUCKET_NAME_PREFIX = 'clitst'
4848

4949

50-
pytest_plugins = ['b2sdk.v3.testing']
51-
52-
5350
@pytest.fixture(scope='session', autouse=True)
5451
def summary_notes(request, worker_id):
5552
capmanager = request.config.pluginmanager.getplugin('capturemanager')

0 commit comments

Comments
 (0)