Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe12552

Browse files
Use public imports for TestReport and StashKey
Co-authored-by: Dominik Schubert <[email protected]>
1 parent a1477d0 commit fe12552

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎localstack-core/localstack/testing/pytest/validation_tracking.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
from typing import Dict, Optional
1313

1414
import pytest
15-
from _pytest.reports import TestReport
16-
from _pytest.stash import StashKey
15+
from pytest import TestReport, StashKey
1716
from pluggy import Result
1817

1918
from localstack.testing.aws.util import is_aws_cloud

0 commit comments

Comments
 (0)