Do not delete tests/x509 on RHEL
tests/x509 now provides imports used by tests in other directories, and no longer require pytz.
This commit is contained in:
parent
606ff1ca7e
commit
25b75b110c
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ find . -name Cargo.toml -print -delete
|
|||
%if %{with tests}
|
||||
%if 0%{?rhel}
|
||||
# skip benchmark, hypothesis, and pytz tests on RHEL
|
||||
rm -rf tests/bench tests/hypothesis tests/x509
|
||||
rm -rf tests/bench tests/hypothesis
|
||||
# append skipper to skip iso8601 and pretend tests
|
||||
cat < %{SOURCE2} >> tests/conftest.py
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue