Skip to content

Commit

Permalink
fix: move codechecker requirements
Browse files Browse the repository at this point in the history
For some reason the "ModuleNotFoundError: No module named 'portalocker'"
error started to appear when trying to run anything related to the
codechecker.

Although this package is part of the requirements-dev.txt file, it
wasn't installed as a part of the east-tool install.

Hopefully will this change fix that.
  • Loading branch information
MarkoSagadin committed Jan 13, 2025
1 parent 5ba0b12 commit a5c601e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ build == 1.2.1
twine == 5.1.1
setuptools_scm == 8.1.0
tox == 4.18.0
# Below two are needed for the codechecker to work inside the virtualvenv
portalocker
psutil
3 changes: 3 additions & 0 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ requests == 2.32.3
PyYAML >= 6.0.0
pykwalify == 1.8.0
ansi2txt == 0.2.0
# Below two are needed for the codechecker to work inside the virtualvenv
portalocker
psutil

0 comments on commit a5c601e

Please sign in to comment.