Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
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

Add minimum version for typeguard to fix a MonitoringHub bug #1419

Merged
merged 2 commits into from Oct 30, 2019

Conversation

@benclifford
Copy link
Contributor

benclifford commented Oct 30, 2019

With typeguard 2.3, loading parsl.monitoring.monitoring issues
this warning:

>>> import parsl.monitoring.monitoring
/home/benc/parsl/virtualenv-3.7/lib/python3.7/site-packages/typeguard.py:505: UserWarning: no type annotations present -- not typechecking parsl.monitoring.monitoring.MonitoringHub
  warn('no type annotations present -- not typechecking {}'.format(function_name(func)))

This commit forces a newer version which works.

With typeguard 2.3, loading parsl.monitoring.monitoring issues
this warning:

```
>>> import parsl.monitoring.monitoring
/home/benc/parsl/virtualenv-3.7/lib/python3.7/site-packages/typeguard.py:505: UserWarning: no type annotations present -- not typechecking parsl.monitoring.monitoring.MonitoringHub
  warn('no type annotations present -- not typechecking {}'.format(function_name(func)))
```

This commit forces a newer version which works.
psutil>=5.5.1

This comment has been minimized.

Copy link
@ZhuozhaoLi

ZhuozhaoLi Oct 30, 2019

Contributor

Not sure why it shows there is a change on psutil (but cannot tell any difference).

This comment has been minimized.

Copy link
@benclifford

benclifford Oct 30, 2019

Author Contributor

it's an addition/removal of a newline at the end of file from my editor

This comment has been minimized.

Copy link
@benclifford

benclifford Oct 30, 2019

Author Contributor

which i've just fixed

@benclifford benclifford merged commit 49498aa into master Oct 30, 2019
1 check passed
1 check passed
Travis CI - Pull Request Build Passed
Details
@benclifford benclifford deleted the benc-typeguard-monitoring-version branch Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.