Your IP : 216.73.216.85
B
f� � @ s� d dl Z d dlZd dlZd dlmZmZ d dlmZ d dlm Z d dl
mZ d dlm
Z
dZe �d�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�Ze�ej� d�d�e
e�ed�dkd �e�ed
�dkd�dd
� ����Z
e�ej� d�d�e
e�ed�dkd �e�ed
�dkd�dd� ����Z� ZS )�BuildRpmTestCasec sb yt j�d� W n tk
r. t�d��Y nX tt| ��� t �
� | _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__� �C/opt/alt/python37/lib64/python3.7/distutils/tests/test_bdist_rpm.pyr s
zBuildRpmTestCase.setUpc s>