Skip to content

Commit bd015a5

Browse files
Update package_data for tensor tests in setup.py
1 parent fad5749 commit bd015a5

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

setup.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,16 @@
5656
"dpnp_backend_c.dll",
5757
"tests/*.*",
5858
"tests/testing/*.py",
59-
"tests/tensor/*.py",
60-
"tests/tensor/*/*.py",
6159
"tests/third_party/cupy/*.py",
6260
"tests/third_party/cupy/*/*.py",
6361
"tests/third_party/cupyx/*.py",
6462
"tests/third_party/cupyx/*/*.py",
65-
]
63+
],
64+
# TODO: replace with dpctl
65+
"dpctl_ext": [
66+
"tests/tensor/*.py",
67+
"tests/tensor/*/*.py",
68+
],
6669
},
6770
include_package_data=False,
6871
)

0 commit comments

Comments
 (0)