Skip to content

Commit c496acb

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
tox.ini: remove old workaround in schemacheck env
It's been more than a few weeks. Signed-off-by: John Mulligan <[email protected]>
1 parent fd60d47 commit c496acb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tox.ini

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ deps =
6666
PyYAML
6767
commands =
6868
python -m sambacc.schema.tool
69-
# The following env var is a workaround for running this testenv on fedora 39
70-
# with python 3.12.1. As of approx. 2023-12-11 the ci started # to fail because
71-
# of the multidict library (not even one of our direct dependencies) failing
72-
# to install from source because we (intentionally) have no C compiler in the
73-
# image. Try to remove this in a few weeks to see if wheel availability or
74-
# whatever has been resolved.
75-
setenv =
76-
MULTIDICT_NO_EXTENSIONS=1
7769

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

0 commit comments

Comments
 (0)