From 394dd366a9a8ad76e1e228b0b396206a352aee37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Trivi=C3=B1o=20Garc=C3=ADa?= Date: Wed, 3 Jul 2024 08:45:24 +0000 Subject: [PATCH] Update tests.yml to use rhel-10-main version 0.5.1 --- tests/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 16696b5..ff92c44 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -16,12 +16,12 @@ - python3-pytest tests: - unittests-pyasn1: - dir: "source/pyasn1-0.4.8" + dir: "source/pyasn1-0.5.1" run: >- rm -rf pyasn1* && pytest-3 tests/ - unittests-pyasn1-modules: - dir: "source/pyasn1-modules-0.4.8" + dir: "source/pyasn1-modules-0.5.1" run: >- rm -rf pyasn1_modules* && pytest-3 tests/