Remove pycache files in tests/, should be fixed next release

This commit is contained in:
Orion Poplawski 2015-05-15 09:16:11 -06:00
parent 28d88d0bf6
commit 3691a6f8a9

View File

@ -35,6 +35,7 @@ process and its pty.
%prep
%setup -qn ptyprocess-%{version}
rm -r tests/__pycache__ tests/*.pyc
%if 0%{?with_python3}
rm -rf %{py3dir}
cp -ar . %{py3dir}