Skip to content

fix: blank line at end of requirements file to fix module imports #1043

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

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

theymightbetim
Copy link
Contributor

I broke the test pipeline again with the OTP module because the requirements file was missing a blank line at the end causing it to concatenate the last module in otp.txt with the first module in pihole.txt and then become unable to find a package called pyotprequests instead of installing pyopt and requests.

Sorry about this, I was unable to run the tests before because the pipeline was broken.

Tests Passing Again

@@ -1,3 +1,2 @@
keyring
pyotp
requests
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package isn't actually required by this module. We need a blank line at the end of the file to prevent concatenation with the next file's requests module.

@tobi-wan-kenobi
Copy link
Owner

thanks for your efforts!

@tobi-wan-kenobi tobi-wan-kenobi merged commit 1c68500 into tobi-wan-kenobi:main Mar 7, 2025
8 checks passed
@theymightbetim
Copy link
Contributor Author

thanks for your efforts!

Just happy to see all tests passing again :)

@tobi-wan-kenobi
Copy link
Owner

Just happy to see all tests passing again :)

me too, me too :-)

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.

2 participants