Skip to content

Commit 6be2411

Browse files
authored
Fix test_add_packages_with_native_dependency_without_force_push in jenkins (#3840)
1 parent 51df79e commit 6be2411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_packaging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ def test_add_packages_with_native_dependency_without_force_push(session):
694694
with pytest.raises(
695695
RuntimeError, match="Your code depends on packages that contain native code"
696696
):
697-
session.add_packages(["catboost==1.2.8"])
697+
session.add_packages(["pymupdf==1.24.10"])
698698

699699

700700
@pytest.fixture(scope="function")

0 commit comments

Comments
 (0)