Skip to content

Commit 7bbfaab

Browse files
committed
Avoid tox 4.0
1 parent 337e7fe commit 7bbfaab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install tox
28+
pip install "tox<4"
2929
3030
- name: Python Lint
3131
if: ${{ matrix.python-version != '3.6' }}

tests/commands/pkg/test_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def test_custom_project_libraries(
443443
)
444444
assert pkgs_to_specs(lm.get_installed()) == [
445445
PackageSpec("ArduinoJson@5.13.4"),
446-
PackageSpec("Nanopb@0.4.6+4"),
446+
PackageSpec("Nanopb@0.4.7"),
447447
]
448448
assert config.get("env:devkit", "lib_deps") == [
449449
"bblanchon/ArduinoJson@^5",

0 commit comments

Comments
 (0)