We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd746e3 commit 4beca6bCopy full SHA for 4beca6b
1 file changed
tests/functional/test_install.py
@@ -763,6 +763,10 @@ def test_hashed_install_from_cache(
763
reqs_file.resolve(),
764
expect_error=True,
765
)
766
+ assert (
767
+ "WARNING: The hashes of the source archive found in cache entry "
768
+ "don't match, ignoring cached built wheel and re-downloading source."
769
+ ) in result.stderr
770
assert "Using cached simple2" in result.stdout
771
assert "ERROR: THESE PACKAGES DO NOT MATCH THE HASHES" in result.stderr
772
0 commit comments