Skip to content

Commit

Permalink
Evade smoking fastjsonschema's broken case until horejsek/python-fast…
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Feb 4, 2024
1 parent 24c3505 commit 78eff0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bowtie/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,9 @@ async def smoke(self) -> AsyncIterator[tuple[SeqCase, SeqResult]]:
runner = await self.start_speaking(dialect)

instances = [
("nil", None),
# FIXME: When horejsek/python-fastjsonschema#181 is merged
# and/or we special-case fastjsonschema...
# ("nil", None), # noqa: ERA001
("boolean", True),
("integer", 37),
("number", 37.37),
Expand Down

0 comments on commit 78eff0a

Please sign in to comment.