Your IP : 216.73.216.213
3
f� � @ s� d dl Z d dlZd dlZd dlmZmZ d dlmZ d dlm Z d dl
mZ d dlm
Z
dZe jd�G d d
� d
ejejeje j��Zdd� Zed
kr�ee� � dS )� N)�run_unittest�
requires_zlib)�Distribution)� bdist_rpm)�support)�find_executablez�from distutils.core import setup
import foo
setup(name='foo', version='0.1', py_modules=['foo'],
url='xxx', author='xxx', author_email='xxx')
z8don't try to nest one rpm build inside another rpm buildc s� e Zd Z� fdd�Z� fdd�Zejejj d�d�e
ejed�dkd �ejed
�dkd�dd
� ����Z
ejejj d�d�e
ejed�dkd �ejed
�dkd�dd� ����Z� ZS )�BuildRpmTestCasec sb yt jjd� W n tk
r. tjd��Y nX tt| �j� t j
� | _t jt jd d � f| _
d S )NzUTF-8z(sys.executable is not encodable to UTF-8)�sys�
executable�encode�UnicodeEncodeError�unittestZSkipTest�superr �setUp�os�getcwd�old_location�argv�old_sys_argv)�self)� __class__� �3/opt/alt/python36/lib64/python3.6/test_bdist_rpm.pyr s
zBuildRpmTestCase.setUpc s>