Skip to content

Commit

Permalink
[bug, testing] fix sklearnex/ target_offload ban (#1849)
Browse files Browse the repository at this point in the history
* Update test_common.py

* Update test_common.py

* formatting

* fix windows
  • Loading branch information
icfaust authored May 29, 2024
1 parent d5ff95a commit c67fc70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sklearnex/tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@

import pytest

ALLOWED_LOCATIONS = ["_config.py", "_device_offload.py", "test", "svc.py"]
ALLOWED_LOCATIONS = [
"_config.py",
"_device_offload.py",
"test",
"svc.py",
"svm" + os.sep + "_common.py",
]


def test_target_offload_ban():
Expand Down

0 comments on commit c67fc70

Please sign in to comment.