Skip to content

Commit 29e7bff

Browse files
committed
Skip orjson on 3.14 for now
1 parent 9c5680d commit 29e7bff

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tox.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ setenv =
4949
COVERAGE_PROCESS_START={toxinidir}/pyproject.toml
5050
COVERAGE_CORE=sysmon
5151

52+
[testenv:py314]
53+
setenv =
54+
PDM_IGNORE_SAVED_PYTHON="1"
55+
COVERAGE_PROCESS_START={toxinidir}/pyproject.toml
56+
COVERAGE_CORE=sysmon
57+
commands_pre =
58+
pdm sync -G ujson,msgpack,pyyaml,tomlkit,cbor2,bson,msgspec,test
59+
python -c 'import pathlib; pathlib.Path("{env_site_packages_dir}/cov.pth").write_text("import coverage; coverage.process_startup()")'
60+
61+
5262
[testenv:pypy3]
5363
setenv =
5464
FAST = 1

0 commit comments

Comments
 (0)