Skip to content

Commit

Permalink
tox.ini: remove old workaround in schemacheck env
Browse files Browse the repository at this point in the history
It's been more than a few weeks.

Signed-off-by: John Mulligan <[email protected]>
  • Loading branch information
phlogistonjohn authored and mergify[bot] committed Jun 13, 2024
1 parent fd60d47 commit c496acb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ deps =
PyYAML
commands =
python -m sambacc.schema.tool
# The following env var is a workaround for running this testenv on fedora 39
# with python 3.12.1. As of approx. 2023-12-11 the ci started # to fail because
# of the multidict library (not even one of our direct dependencies) failing
# to install from source because we (intentionally) have no C compiler in the
# image. Try to remove this in a few weeks to see if wheel availability or
# whatever has been resolved.
setenv =
MULTIDICT_NO_EXTENSIONS=1

[testenv:schemaupdate]
description = Regenerate source files from JSON Schema file(s)
Expand Down

0 comments on commit c496acb

Please sign in to comment.