Skip to content

Commit

Permalink
Merge pull request #33 from ROCm/SWDEV-448998-patch
Browse files Browse the repository at this point in the history
SWDEV-448998: Update pytest import_path location
  • Loading branch information
AdrianAbeyta authored Mar 5, 2024
2 parents e2d3fb3 + c9465f0 commit e58394e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/testing_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@
_is_mocked,
_patch_unwrap_mock_aware,
get_optionflags,
import_path,
)
from _pytest.outcomes import skip
from _pytest.pathlib import import_path
from pytest import DoctestItem
else:
Module = object
Expand Down

0 comments on commit e58394e

Please sign in to comment.