There was an error while loading. Please reload this page.
1 parent cb3d263 commit 7f36b4aCopy full SHA for 7f36b4a
1 file changed
tox.ini
@@ -22,16 +22,10 @@ passenv = WITH_GCOV
22
# - Enable BytesWarning
23
# - Turn all warnings into exceptions.
24
setenv =
25
- CFLAGS=-Wno-int-in-bool-context -Werror -Werror=declaration-after-statement -std=c99
+ CFLAGS=-Wno-int-in-bool-context -Werror -std=c99
26
commands = {envpython} -bb -Werror \
27
-m unittest discover -v -s Tests -p 't_*' {posargs}
28
29
-[testenv:py312]
30
-# Python 3.12 headers are incompatible with declaration-after-statement
31
-setenv =
32
- CFLAGS=-Wno-int-in-bool-context -Werror -std=c99
33
-
34
35
[testenv:py3-nosasltls]
36
basepython = python3
37
# don't install, install dependencies manually
0 commit comments