From 423fd7f38a00553a1e224c564e7195e72a4cfceb Mon Sep 17 00:00:00 2001 From: sagitter Date: Aug 21 2019 17:13:19 +0000 Subject: Fix test command --- diff --git a/python-biopython.spec b/python-biopython.spec index 2e0dee1..ce1971a 100644 --- a/python-biopython.spec +++ b/python-biopython.spec @@ -257,8 +257,8 @@ for test in `ls test_*.py | grep -v Nexus | grep -v Phylo | grep -v Tutorial | g echo $LANG export PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch} %{__python3} run_tests.py --offline -v ${test} -%endif done +%endif popd %endif