Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not write .pyc files for tests #42

Merged
merged 1 commit into from Feb 7, 2020
Merged

Conversation

bmwiedemann
Copy link
Member

several packages did not build reproducibly because tests wrote
time-based .pyc files that differed for every build.

See https://reproducible-builds.org/ for why this matters.

One current example is our python-enaml Tumbleweed package.

several packages did not build reproducibly because tests wrote
time-based .pyc files that differed for every build.

See https://reproducible-builds.org/ for why this matters.
@mcepl mcepl merged commit 5feb6c1 into openSUSE:master Feb 7, 2020
@mcepl
Copy link
Contributor

mcepl commented Feb 7, 2020

I think that is a great idea, thank you.

@bmwiedemann bmwiedemann deleted the testpyc branch February 7, 2020 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants