Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhPavel committed Dec 10, 2024
1 parent 970012b commit 138719c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ mdit-py-plugins==0.4.1
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
#msgspec==0.18.4 ; implementation_name != 'pypy'
msgspec==0.18.4 ; implementation_name != 'pypy'
# via -r requirements/raw/bench.txt
mypy==1.11.1
# via -r requirements/raw/lint.txt
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ lint_all = src/ scripts/ examples/ benchmarks/benchmarks/pybench/ docs/exampl
[tox]
env_list = {py39, py310, py311, py312, py313, pypy39, pypy310}-extra_{none, old, new},
lint,
{py39, py310, py311, py312, py313, pypy39, pypy310}-bench
# py313 is skipped, msgspec does not support it
{py39, py310, py311, py312, pypy39, pypy310}-bench

[testenv]
deps =
Expand All @@ -21,7 +22,6 @@ commands =
pytest {posargs}


# py313 is skipped, msgspec does not support it
[testenv:{py39, py310, py311, py312, pypy39, pypy310}-bench]
deps =
-r requirements/bench.txt
Expand Down

0 comments on commit 138719c

Please sign in to comment.