We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd60d47 commit c496acbCopy full SHA for c496acb
tox.ini
@@ -66,14 +66,6 @@ deps =
66
PyYAML
67
commands =
68
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
77
78
[testenv:schemaupdate]
79
description = Regenerate source files from JSON Schema file(s)
0 commit comments