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
Some of the tests in test_resume.py use the old and deprecated CLI. We need to fix them to use the new CLI interface.
test_resume.py
subprocess.run("perses-relative test.yml", shell=True, check=True, env=env)
Originally posted by @mikemhenry in #1065 (comment)
The text was updated successfully, but these errors were encountered:
resolves issue #1150
926674c
resolves issue #1150 (#1151)
4e36a6b
ijpulidos
Successfully merging a pull request may close this issue.
Some of the tests in
test_resume.py
use the old and deprecated CLI. We need to fix them to use the new CLI interface.subprocess.run("perses-relative test.yml", shell=True, check=True, env=env)
Originally posted by @mikemhenry in #1065 (comment)
The text was updated successfully, but these errors were encountered: