File tree 5 files changed +4
-17
lines changed
spark_rapids_tools_e2e/features
5 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2023, NVIDIA CORPORATION.
1
+ # Copyright (c) 2023-2025 , NVIDIA CORPORATION.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024, NVIDIA CORPORATION.
1
+ # Copyright (c) 2024-2025 , NVIDIA CORPORATION.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024, NVIDIA CORPORATION.
1
+ # Copyright (c) 2024-2025 , NVIDIA CORPORATION.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2023, NVIDIA CORPORATION.
1
+ # Copyright (c) 2023-2025 , NVIDIA CORPORATION.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 20
20
import pytest # pylint: disable=import-error
21
21
22
22
23
- def get_jar_path ():
24
- # get path to main repository
25
- repo_root = Path (__file__ ).parent .parent .parent .parent
26
- jar_path = repo_root / 'core' / 'target' / 'rapids-4-spark-tools_*-SNAPSHOT.jar'
27
- jar_path = Path (glob .glob (str (jar_path ))[0 ])
28
- assert jar_path .exists ()
29
- return jar_path
30
-
31
-
32
23
def get_test_resources_path ():
33
24
# pylint: disable=import-outside-toplevel
34
25
if sys .version_info < (3 , 9 ):
@@ -86,7 +77,3 @@ class SparkRapidsToolsUT: # pylint: disable=too-few-public-methods
86
77
def get_ut_data_dir (self ):
87
78
# TODO: find a dynamic way to load the package name, instead of having it hardcoded
88
79
return get_test_resources_path ()
89
-
90
- @pytest .fixture (autouse = True )
91
- def get_jar_path (self ):
92
- return get_jar_path ()
You can’t perform that action at this time.
0 commit comments