summaryrefslogtreecommitdiff
path: root/tests/test_wheelfile.py
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-01-31 21:39:45 +0200
committerGitHub <noreply@github.com>2022-01-31 21:39:45 +0200
commit43fcdfda8a224918eb846f8aa4f2dbe0d440889d (patch)
treecadd9f54f84186cd63a920f26757159010981839 /tests/test_wheelfile.py
parentab82cea0d809968f9e558da06c4b772d1bbd5506 (diff)
downloadwheel-git-43fcdfda8a224918eb846f8aa4f2dbe0d440889d.tar.gz
[pre-commit.ci] pre-commit autoupdate (#445)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 21.12b0 → 22.1.0](https://github.com/psf/black/compare/21.12b0...22.1.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'tests/test_wheelfile.py')
-rw-r--r--tests/test_wheelfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_wheelfile.py b/tests/test_wheelfile.py
index c6e4cda..9ff5a32 100644
--- a/tests/test_wheelfile.py
+++ b/tests/test_wheelfile.py
@@ -68,7 +68,7 @@ def test_weak_hash_algorithm(wheel_path, algorithm, digest):
zf.writestr("test-1.0.dist-info/RECORD", f"hello/héllö.py,{hash_string},25")
exc = pytest.raises(WheelError, WheelFile, wheel_path)
- exc.match(fr"^Weak hash algorithm \({algorithm}\) is not permitted by PEP 427$")
+ exc.match(rf"^Weak hash algorithm \({algorithm}\) is not permitted by PEP 427$")
@pytest.mark.parametrize(