hypothesis 6.135.5__py3-none-any.whl → 6.135.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -328,15 +328,15 @@ def _hypothesis_parse_gufunc_signature(signature):
328
328
  raise InvalidArgument(
329
329
  f"Got dimension {name!r}, but handling of frozen optional dimensions "
330
330
  "is ambiguous. If you known how this should work, please "
331
- "contact us to get this fixed and documented ({signature=})."
331
+ f"contact us to get this fixed and documented ({signature=})."
332
332
  )
333
333
  except ValueError:
334
334
  names_in = {n.strip("?") for shp in input_shapes for n in shp}
335
335
  names_out = {n.strip("?") for n in result_shape}
336
336
  if name.strip("?") in (names_out - names_in):
337
337
  raise InvalidArgument(
338
- "The {name!r} dimension only appears in the output shape, and is "
339
- "not frozen, so the size is not determined ({signature=})."
338
+ f"The {name!r} dimension only appears in the output shape, and is "
339
+ f"not frozen, so the size is not determined ({signature=})."
340
340
  ) from None
341
341
  return _GUfuncSig(input_shapes=input_shapes, result_shape=result_shape)
342
342
 
hypothesis/version.py CHANGED
@@ -8,5 +8,5 @@
8
8
  # v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
9
  # obtain one at https://mozilla.org/MPL/2.0/.
10
10
 
11
- __version_info__ = (6, 135, 5)
11
+ __version_info__ = (6, 135, 6)
12
12
  __version__ = ".".join(map(str, __version_info__))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hypothesis
3
- Version: 6.135.5
3
+ Version: 6.135.6
4
4
  Summary: A library for property-based testing
5
5
  Author-email: "David R. MacIver and Zac Hatfield-Dodds" <david@drmaciver.com>
6
6
  License-Expression: MPL-2.0
@@ -14,9 +14,9 @@ hypothesis/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  hypothesis/reporting.py,sha256=f-jhl1JfAi5_tG8dsUd2qDjGcPdvxEzfF6hXmpTFQ1g,1761
15
15
  hypothesis/stateful.py,sha256=vQ8wDO7YW-8nGlBGLfR9ariwmRCS9jxJy-Ky3swXjDE,42861
16
16
  hypothesis/statistics.py,sha256=kZ5mc0fAg7gnSO6EmDo82fyz8DYhIiJ_mHe7srxOeQ0,5438
17
- hypothesis/version.py,sha256=1KUUVcYo3Qi08mwoUMHkDMvLESX7R48nZxsi3ewaNpY,498
17
+ hypothesis/version.py,sha256=lufL96g9KxYDMwzXUXb7XVSmYDg0CD4aYL3_ub4JBak,498
18
18
  hypothesis/extra/__init__.py,sha256=gx4ENVDkrzBxy5Lv3Iyfs3tvMGdWMbiHfi95B7t61CY,415
19
- hypothesis/extra/_array_helpers.py,sha256=Sdr_lUQPBCXOhtY2TQpuXoiXErOZomNVuFU5FZWZLXQ,27624
19
+ hypothesis/extra/_array_helpers.py,sha256=PLmFckBfQpzQ4Q3dFJQqMmrbm7Qdvqxf1t9LHDCuSp0,27627
20
20
  hypothesis/extra/_patching.py,sha256=pLgtFBgwDEotw6Pu8ZfJbkE5Qk5F1H3IH5EPUo0Ngm4,10869
21
21
  hypothesis/extra/array_api.py,sha256=bv_wisQS56wvwg-LiC26DxvzmPxcNLzlbzmltFWZ_Jo,42609
22
22
  hypothesis/extra/cli.py,sha256=HOH_BGosyUvS4yNDsWF4Dfe672tEFGT4BBPBuZamm1s,12885
@@ -105,9 +105,9 @@ hypothesis/utils/terminal.py,sha256=IxGYDGaE4R3b_vMfz5buWbN18XH5qVP4IxqAgNAU5as,
105
105
  hypothesis/vendor/__init__.py,sha256=gx4ENVDkrzBxy5Lv3Iyfs3tvMGdWMbiHfi95B7t61CY,415
106
106
  hypothesis/vendor/pretty.py,sha256=WEZC-UV-QQgCjUf2Iz1WWaWnbgT7Hc3s-GWEVxq-Qz0,36114
107
107
  hypothesis/vendor/tlds-alpha-by-domain.txt,sha256=W9hYvpu2BMmNgE-SfPp8-GTzEVjw0HJUviqlvHwpZu8,9588
108
- hypothesis-6.135.5.dist-info/licenses/LICENSE.txt,sha256=rIkDe6xjVQZE3OjPMsZ2Xl-rncGhzpS4n4qAXzQaZ1A,17141
109
- hypothesis-6.135.5.dist-info/METADATA,sha256=exQ0yKMoxXfAWzAPFiFyhGCQuuQuzPWpRA7coWSaOwg,5637
110
- hypothesis-6.135.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
111
- hypothesis-6.135.5.dist-info/entry_points.txt,sha256=JDoUs9w1bYme7aG_eJ1cCtstRTWD71BzG8iRi-G2eHE,113
112
- hypothesis-6.135.5.dist-info/top_level.txt,sha256=ReGreaueiJ4d1I2kEiig_CLeA0sD4QCQ4qk_8kH1oDc,81
113
- hypothesis-6.135.5.dist-info/RECORD,,
108
+ hypothesis-6.135.6.dist-info/licenses/LICENSE.txt,sha256=rIkDe6xjVQZE3OjPMsZ2Xl-rncGhzpS4n4qAXzQaZ1A,17141
109
+ hypothesis-6.135.6.dist-info/METADATA,sha256=6DxTYzSNgqpsn95eIuck_TzXw3wsxenyI1y52Oi9ZqA,5637
110
+ hypothesis-6.135.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
111
+ hypothesis-6.135.6.dist-info/entry_points.txt,sha256=JDoUs9w1bYme7aG_eJ1cCtstRTWD71BzG8iRi-G2eHE,113
112
+ hypothesis-6.135.6.dist-info/top_level.txt,sha256=ReGreaueiJ4d1I2kEiig_CLeA0sD4QCQ4qk_8kH1oDc,81
113
+ hypothesis-6.135.6.dist-info/RECORD,,