Closed mtelka closed 11 months ago
I'm packaging voluptuous
for OpenIndiana. During the packaging we run tests. By default we use sdists as a source for packaging and tests are run automatically. tox.ini
is useful to get test dependencies too. If there is something missing somewhere we need to do some extra manual work. Of course, we can use github tarballs instead of sdist (actually we currently do exactly that), but there are two problems with github tarballs:
python-integrate-project.conf
file),Thank you.
Sounds reasonable, thank you.
Agreed, makes sense, thanks!
Does it make sense to rebuild and repush the release to pypi or do we only do that for the next release (as it would introduce inconsistencies for users that already downloaded 0.14.0 as they do not have the INI files).
I do not need new release with these ini files added only. Thanks.
Next release.
Can you tell why is this useful? Why don't just checkout full repo if you want to run these checks?