improve dev setup comments and hints (#28495)

* improve dev setup comments and hints

* fix tests for new dev setup hints
This commit is contained in:
Timothy Cronin
2024-01-15 13:36:40 -05:00
committed by GitHub
parent 735968b61c
commit ff86bc364d
6 changed files with 7 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ class DependencyVersionCheckTest(TestCasePlus):
require_version_core(req)
except importlib.metadata.PackageNotFoundError as e:
self.assertIn(f"The '{req}' distribution was not found and is required by this application", str(e))
self.assertIn("Try: pip install transformers -U", str(e))
self.assertIn("Try: `pip install transformers -U`", str(e))
# bogus requirements formats:
# 1. whole thing