From 2b57e59dfb079e964dd6ebdfe3c7d14d2ebca4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 15 Jan 2024 15:31:39 +0100 Subject: [PATCH] Make the CI tests pass and assert they do Resolves: RHEL-21591 --- plan.fmf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plan.fmf b/plan.fmf index 52abf33..5760fce 100644 --- a/plan.fmf +++ b/plan.fmf @@ -5,10 +5,11 @@ discover: tests: - name: bundled tests require: + - gcc - python3.11-pytest - python3.11-numpy - python3.11-pip duration: 30m test: | pip3.11 install hypothesis==6.45.0 typing_extensions==4.4.0 && - python3.11 -c 'import numpy; numpy.test()' + python3.11 -c 'import numpy; assert numpy.test()'