Skip to content

Avoid qsize for mac #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Oct 18, 2019
Merged

Avoid qsize for mac #36

merged 8 commits into from
Oct 18, 2019

Conversation

ldko
Copy link
Member

@ldko ldko commented Oct 15, 2019

This modifies some tests to avoid using qsize which "may raise NotImplementedError on Unix platforms like Mac OS X where sem_getvalue() is not implemented." .

This should fix #35 . ping @madhulika95b @somexpert

I have run these tests on a Mac.

@ldko ldko requested review from vphill, madhuBayy and somexpert and removed request for vphill October 15, 2019 19:56
@ldko ldko merged commit cfc7627 into master Oct 18, 2019
@ldko ldko deleted the avoid-qsize-for-mac branch October 18, 2019 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests using qsize error on Mac
3 participants