diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
index 633d964a3b..c9e41475a1 100644
--- a/.github/workflows/pr.yaml
+++ b/.github/workflows/pr.yaml
@@ -152,7 +152,7 @@ jobs:
       build_type: pull-request
       script: ci/test_wheel_pylibcugraph.sh
   wheel-build-cugraph:
-    needs: wheel-tests-pylibcugraph
+    needs: wheel-build-pylibcugraph
     secrets: inherit
     uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
     with:
diff --git a/python/cugraph/pytest.ini b/python/cugraph/pytest.ini
index bf6e6bdd80..7bdef2d977 100644
--- a/python/cugraph/pytest.ini
+++ b/python/cugraph/pytest.ini
@@ -62,6 +62,7 @@ filterwarnings =
           error::FutureWarning
           error::DeprecationWarning
           # TODO
+          ignore:.*cuda..* module is deprecated.*:DeprecationWarning
           ignore:Multi is deprecated and the removal of multi edges will no longer be supported:FutureWarning
           ignore:The legacy column names:FutureWarning
           ignore:The include_hop_column flag is deprecated and will be removed:FutureWarning