pchomik / pytest-spec

Library pytest-spec is a pytest plugin to display test execution output like a SPECIFICATION.
GNU General Public License v2.0
100 stars 19 forks source link

Different content on PyPI #31

Closed frenzymadness closed 4 years ago

frenzymadness commented 4 years ago

Hello.

The source tarball for version 3.0.4 on PyPI looks different from what you have here on GH. For example, on PyPI, there is still setup.py file.

Could you please take a look?

pchomik commented 4 years ago

Hello,

The content on pypi is ok. Please look here: https://github.com/pchomik/pytest-spec/runs/1173141000?check_suite_focus=true The deployment was done automatically. This is a magic of poetry. The poetry is available in development. After building python package the pyproject.toml is translated to setup.py. From user point of view the package generated by setuptools and poetry are the same.

Is it a problem for you @frenzymadness ?

frenzymadness commented 4 years ago

Interesting. I did not know that, thank you. I'm maintaining this package in Fedora and a problem I have to solve now is that the latest tarball on PyPI does not contain tests so I have to switch to Github as a source and find a different way how to build this package.