Skip to content

Commit

Permalink
Merge pull request #21 from rstudio/dsk-19-selene1x-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 04ed47b + e16a4a8 commit fb7bbb6
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 fb7bbb6

Please sign in to comment.