We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
isSet
❯ ./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
The text was updated successfully, but these errors were encountered:
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', './.')
Sorry, something went wrong.
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
Sure, I'm going to update the dependency.
This has been fixed by #215
ctheune
No branches or pull requests
The text was updated successfully, but these errors were encountered: