Skip to content

Commit

Permalink
adding posix-ipc python package for semaphore support
Browse files Browse the repository at this point in the history
  • Loading branch information
dskard committed Mar 2, 2023
1 parent 04ed47b commit e16a4a8
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 26 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ pyenv:

build:
docker build -t ${ORG}/${PROJECT}:${TAG} .

run:
docker run --rm -it ${ORG}/${PROJECT}:${TAG} bash
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pytest-html-report-merger = "*"
showfails = "*"
pytest-reportportal = "*"
rsa = "*"
posix-ipc = "*"

[pipenv]
allow_prereleases = true
64 changes: 38 additions & 26 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e16a4a8

Please sign in to comment.