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 337e7fe commit 7bbfaabCopy full SHA for 7bbfaab
2 files changed
.github/workflows/core.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install tox
+ pip install "tox<4"
29
30
- name: Python Lint
31
if: ${{ matrix.python-version != '3.6' }}
tests/commands/pkg/test_install.py
@@ -443,7 +443,7 @@ def test_custom_project_libraries(
443
)
444
assert pkgs_to_specs(lm.get_installed()) == [
445
PackageSpec("ArduinoJson@5.13.4"),
446
- PackageSpec("Nanopb@0.4.6+4"),
+ PackageSpec("Nanopb@0.4.7"),
447
]
448
assert config.get("env:devkit", "lib_deps") == [
449
"bblanchon/ArduinoJson@^5",
0 commit comments