|
@@ -1,9 +1,6 @@
|
|
import json
|
|
import json
|
|
import os
|
|
import os
|
|
import pstats
|
|
import pstats
|
|
-import sys
|
|
|
|
-
|
|
|
|
-import pytest
|
|
|
|
|
|
|
|
from ...constants import * # NOQA
|
|
from ...constants import * # NOQA
|
|
from .. import changedir
|
|
from .. import changedir
|
|
@@ -13,7 +10,6 @@ from . import cmd, create_test_files, create_regular_file, generate_archiver_tes
|
|
pytest_generate_tests = lambda metafunc: generate_archiver_tests(metafunc, kinds="local,remote,binary") # NOQA
|
|
pytest_generate_tests = lambda metafunc: generate_archiver_tests(metafunc, kinds="local,remote,binary") # NOQA
|
|
|
|
|
|
|
|
|
|
-@pytest.mark.skipif(sys.version_info[:3] >= (3, 14, 0), reason="cProfile.Profile broken in Python 3.14.0b2")
|
|
|
|
def test_debug_profile(archivers, request):
|
|
def test_debug_profile(archivers, request):
|
|
archiver = request.getfixturevalue(archivers)
|
|
archiver = request.getfixturevalue(archivers)
|
|
create_test_files(archiver.input_path)
|
|
create_test_files(archiver.input_path)
|