Skip to content

Commit

Permalink
Update python/cudf/cudf/pandas/scripts/conftest-patch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Sep 18, 2024
1 parent fe2611c commit b4ce6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/pandas/scripts/conftest-patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def find_pytest_file(frame):
if "pandas-testing/pandas-tests/tests" in file and file.rsplit("/", 1)[
-1
].startswith("test_"):
return str(file).rsplit("pandas-testing/", 1)[-1]
return str(file).rsplit("pandas-tests/", 1)[-1]
return None


Expand Down

0 comments on commit b4ce6ad

Please sign in to comment.