Skip to content

Commit

Permalink
Lock evdev dependency for Python 2. (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcipriano committed Jan 21, 2023
1 parent df96a2f commit 0466051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_python_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

python_version=$(python -V)
python_version=$(python -V 2>&1)
echo "Will run tests using ${python_version}"

pip install --user -r requirements.txt -r requirements_gui.txt
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2to3==1.0
enum34==1.1.6
evdev==1.4.0;python_version<"3.0" and "linux" in sys_platform
future==0.17.1
futures==3.2.0;python_version<"3.0"
grpcio==1.26.0;python_version<"3.0"
Expand Down

0 comments on commit 0466051

Please sign in to comment.