From a42bbd95e240772c461b45f564dcaa0a95b0c401 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Thu, 16 Feb 2023 20:01:58 +0200 Subject: Fix the benchmark to pass the right type for remotes again. --- jsonschema/benchmarks/issue232.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jsonschema') diff --git a/jsonschema/benchmarks/issue232.py b/jsonschema/benchmarks/issue232.py index bf357e9..efd0715 100644 --- a/jsonschema/benchmarks/issue232.py +++ b/jsonschema/benchmarks/issue232.py @@ -6,14 +6,14 @@ See https://github.com/python-jsonschema/jsonschema/pull/232. from pathlib import Path from pyperf import Runner -from pyrsistent import m +from referencing import Registry from jsonschema.tests._suite import Version import jsonschema issue232 = Version( path=Path(__file__).parent / "issue232", - remotes=m(), + remotes=Registry(), name="issue232", ) -- cgit v1.2.1