We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0835dbf commit 4185c2cCopy full SHA for 4185c2c
tests/test_executable.py
@@ -47,7 +47,7 @@ def _get_scripts():
47
48
@all_tools
49
def test_package_script(tool):
50
- expected_version = "2.2.2"
+ expected_version = "2.3.0"
51
scripts = [script for script in _get_scripts() if script.stem == tool]
52
assert len(scripts) == 1
53
output = subprocess.check_output([str(scripts[0]), "version"]).decode("ascii")
0 commit comments