Skip to content

Commit

Permalink
Merge pull request #20 from rstudio/dsk-19-main-posix-ipc
Browse files Browse the repository at this point in the history
adding posix-ipc python package for semaphore support
  • Loading branch information
dskard authored Mar 2, 2023
2 parents 0258fb7 + 6272a3f commit 15d611d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 16 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
44 changes: 28 additions & 16 deletions Pipfile.lock

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

0 comments on commit 15d611d

Please sign in to comment.