Skip to content
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

deprecation warning - isSet is deprecated #186

Closed
jugmac00 opened this issue Jun 10, 2021 · 4 comments
Closed

deprecation warning - isSet is deprecated #186

jugmac00 opened this issue Jun 10, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@jugmac00
Copy link
Contributor

❯ ./batou deploy dev
batou/2.0.2 (cpython 3.10.0-alpha7, Linux 5.4.0-74-generic x86_64)
=================================================== Preparing ===================================================
main: Loading environment `dev`...
main: Verifying repository ...
main: Loading secrets ...
================================================ Connecting ... =================================================
localhost: Connecting via local (1/1)
============================================= Configuring model ... =============================================
<string>:298: DeprecationWarning: isSet() is deprecated, use is_set() instead
@jugmac00
Copy link
Contributor Author

with debug flag

rpc localhost: lock(*(), **{})
<string>:298: DeprecationWarning: isSet() is deprecated, use is_set() instead
localhost: message: ('batou-result', 'OK')
rpc localhost: setup_output(*(), **{})
localhost: message: ('batou-result', None)
rpc localhost: ensure_repository(*('.', 'local'), **{})
localhost: message: ('batou-result', '.')
rpc localhost: ensure_base(*('.',), **{})
localhost: message: ('batou-result', './.')

@jugmac00
Copy link
Contributor Author

looks like this comes from pytest-dev/execnet#132

Leaving issue open as I do not know whether batou has updated its dependency on execnet already

@ctheune ctheune added the bug Something isn't working label Aug 19, 2021
@ctheune ctheune added this to the batou 2.3 milestone Aug 19, 2021
@ctheune
Copy link
Member

ctheune commented Aug 19, 2021

Sure, I'm going to update the dependency.

@ctheune ctheune self-assigned this Aug 19, 2021
@ctheune ctheune modified the milestones: batou 2.3, batou 2 - future Sep 16, 2021
@jugmac00
Copy link
Contributor Author

This has been fixed by #215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants