From 84ae15057c8879deefe23abc8e29078a5e04f483 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: May 19 2020 12:24:20 +0000 Subject: fix EPEL version number of python36-pytest --- diff --git a/borgbackup.spec b/borgbackup.spec index 155b835..4090659 100644 --- a/borgbackup.spec +++ b/borgbackup.spec @@ -154,7 +154,7 @@ export LANG=en_US.UTF-8 # exclude benchmark: not relevant for package build TEST_SELECTOR="not test_fuse and not benchmark" %if 0%{?rhel} == 7 -# exclude test_dash_open: pytest stub has a bug and is fixed in 3.0.2 (epel7 uses 2.8.5) +# exclude test_dash_open: pytest stub has a bug and is fixed in 3.0.2 (epel7 uses 2.9.2) TEST_SELECTOR="$TEST_SELECTOR and not test_dash_open" %endif py.test-3 -x -vk "$TEST_SELECTOR" $PYTHONPATH/borg/testsuite/*.py