Skip to content
Snippets Groups Projects
Commit f335a2bd authored by Moul's avatar Moul
Browse files

[fix] Call 'poetry run silkaj' tests with '--'

parent 8bf00a8d
No related branches found
No related tags found
1 merge request!146Merge dev into master branch to complete v0.8.0 development cycle
Pipeline #7063 passed
from subprocess import check_output
silkaj = ["poetry", "run", "bin/silkaj"]
silkaj = ["poetry", "run", "--", "bin/silkaj"]
def test_info():
......
  • Moul @moul

    mentioned in commit 5eae5595

    ·

    mentioned in commit 5eae5595

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment