Skip to content

Commit 44d9e64

Browse files
KarolNitpwrules
andcommitted
drop empy 3.3.4 pin
No longer necessary now that we are 3.x and 4.x compatible. Co-authored-by: Thomas Watson <twatson52@icloud.com>
1 parent 928ce1f commit 44d9e64

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project contains tools to generate C code for packing DroneCAN messages.
44

55
## Dependencies
6-
* `pip install empy==3.3.4`
6+
* `pip install empy`
77
* `pip install pexpect`
88

99
## How To Use

tests/test_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
set -x
66

77
# test compiler on linux
8-
python3 -m pip install -U empy==3.3.4 pexpect dronecan
8+
python3 -m pip install -U empy pexpect dronecan
99
rm -rf DSDL
1010
git clone https://github.com/DroneCAN/DSDL
1111

tests/test_regression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
set -x
66

77
# test compiler on linux
8-
python3 -m pip install -U empy==3.3.4 pexpect dronecan
8+
python3 -m pip install -U empy pexpect dronecan
99
rm -rf DSDL
1010

1111
git clone https://github.com/DroneCAN/DSDL

tests/test_windows.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# simple test of DSDL compilation for windows
22

3-
python3 -m pip install -U empy==3.3.4 pexpect dronecan
3+
python3 -m pip install -U empy pexpect dronecan
44

55
git clone https://github.com/DroneCAN/DSDL
66

0 commit comments

Comments
 (0)