o
    Ni9                     @   s6   d dl Z d dlmZ d dlmZ G dd dejZdS )    N)fixtures)basec                   @   s   e Zd Zdd ZdS )TestPEP517Supportc                 C   sl   dt dt dt dt ddi}| t|j}|d }| td}| j|jdd	|d
 d S )Ntest_pep517zS                        sphinx
                        iso8601
                    z                        #!/usr/bin/env python
                        import setuptools
                        setuptools.setup(pbr=True)
                    a7                          [metadata]
                        name = test_pep517
                        summary = A tiny test project
                        author = PBR Team
                        author_email = foo@example.com
                        home_page = https://example.com/
                        classifier =
                            Intended Audience :: Information Technology
                            Intended Audience :: System Administrators
                            License :: OSI Approved :: Apache Software License
                            Operating System :: POSIX :: Linux
                            Programming Language :: Python
                            Programming Language :: Python :: 2
                            Programming Language :: Python :: 2.7
                            Programming Language :: Python :: 3
                            Programming Language :: Python :: 3.6
                            Programming Language :: Python :: 3.7
                            Programming Language :: Python :: 3.8
                    z                        [build-system]
                        requires = ["pbr", "setuptools>=36.6.0", "wheel"]
                        build-backend = "pbr.build"
                    )zrequirements.txtzsetup.pyz	setup.cfgzpyproject.tomlPEP517)z-mbuildz--no-isolation.F)
allow_failcwd)	textwrapdedent
useFixturepbr_fixturesPackagespackage_dirsVenv_run_cmdpython)selfpkgspkg_dirspkg_dirvenv r   T/home/ubuntu/.local/lib/python3.10/site-packages/pbr/tests/functional/test_pep517.pytest_pep_517_support0   s0   4
z&TestPEP517Support.test_pep_517_supportN)__name__
__module____qualname__r   r   r   r   r   r   /   s    r   )r   	pbr.testsr   r   pbr.tests.functionalr   BaseTestCaser   r   r   r   r   <module>   s   (