diff --git a/Library/Homebrew/dev-cmd/bump-formula-pr.rb b/Library/Homebrew/dev-cmd/bump-formula-pr.rb
index 4fec1e311214eb1c866c644c22607017a3d6be5f..d07b1b0d84f975d6555a3562a3a004aff0d5c109 100644
--- a/Library/Homebrew/dev-cmd/bump-formula-pr.rb
+++ b/Library/Homebrew/dev-cmd/bump-formula-pr.rb
@@ -145,7 +145,9 @@ module Homebrew
     check_closed_pull_requests(formula, tap_full_name, version: new_version, args: args) if new_version
 
     opoo "This formula has patches that may be resolved upstream." if formula.patchlist.present?
-    opoo "This formula has resources that may need to be updated." if formula.resources.present?
+    if formula.resources.present? && formula.resources.any? { |resource| resource.name != "homebrew-virtualenv" }
+      opoo "This formula has resources that may need to be updated."
+    end
 
     requested_spec = :stable
     formula_spec = formula.stable