Skip to content

Commit 26384e1

Browse files
committed
fixup! skip test_bib_version, build.sh needs to get ported so that it contains the ibcli git revision instead of the bib git revision
1 parent 572ad19 commit 26384e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_opts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def test_bib_errors_only_once(tmp_path, container_storage, build_fake_container)
134134
assert res.stderr.count(needle) == 1
135135

136136

137+
@pytest.mark.skip(reason="build_revision needs getting porting")
137138
@pytest.mark.parametrize("version_argument", ["version", "--version"])
138139
def test_bib_version(tmp_path, container_storage, build_fake_container, version_argument):
139140
output_path = tmp_path / "output"

0 commit comments

Comments
 (0)