Skip to content

Commit d346c01

Browse files
committed
Re-generate Cargo.toml file and update python requirements [AP-3048]
`tox-run-command` was missing from the dependency list and is also not compatible with newer versions of tox
1 parent 4e886b5 commit d346c01

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

generator/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ pytest~=6.2
1313
pytest-cov~=3.0
1414
pytest-xdist~=2.4
1515
pyyaml # PyYAML API is very stable
16-
tox # Tox is (generally) designed to be very backwards compatible
16+
tox==3.25.0
17+
tox-run-command==0.4
1718
voluptuous~=0.12

rust/sbp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ serialport = "2.1.0"
7171

7272
[package.metadata.docs.rs]
7373
# Whether to pass `--all-features` to Cargo when building docs for docs.rs
74-
all-features = true
74+
all-features = true

0 commit comments

Comments
 (0)