From cc59cacd2c5dbe3b224ae3aa4b35962b98d18065 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Wed, 4 Dec 2024 11:40:03 +0100 Subject: [PATCH] Fix gating tests The tests hardcode the package version and must be updated with pyasn1-0.6.1 pyasn1-modules-0.4.1 Signed-off-by: Florence Blanc-Renaud --- tests/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 09b336c..429cb2c 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -16,12 +16,12 @@ - python3-pytest tests: - unittests-pyasn1: - dir: "source/pyasn1-0.5.1" + dir: "source/pyasn1-0.6.1" run: >- rm -rf pyasn1* && pytest-3 tests/ - unittests-pyasn1-modules: - dir: "source/pyasn1-modules-0.3.0" + dir: "source/pyasn1-modules-0.4.1" run: >- rm -rf pyasn1_modules* && pytest-3 tests/