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

ci: Run tests on Python 3.11 #16

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

slovdahl
Copy link

@slovdahl slovdahl commented Jan 5, 2023

No description provided.

@slovdahl
Copy link
Author

slovdahl commented Jan 5, 2023

This does not seem to work yet.. The current Poetry version does not seem to work with Python 3.11, and the next version requires Python 3.7+.

@slovdahl slovdahl marked this pull request as draft January 5, 2023 10:59
@slovdahl slovdahl force-pushed the run-tests-with-python-3.11 branch 4 times, most recently from d5831c9 to 10fe0fa Compare January 11, 2023 14:09
tests/test_job.py Outdated Show resolved Hide resolved
@slovdahl
Copy link
Author

Hmm.. Linting fails with some strange errors too. Sounds like pylint-dev/pylint#6535.

=================================== FAILURES ===================================
__________________________ [pylint] tests/test_app.py __________________________
E: 46,15: Module 'os' has no 'environ' member (no-member)
E: 48, 4: Module 'os' has no 'environ' member (no-member)
E: 50, 8: Module 'os' has no 'environ' member (no-member)
E: 54, 4: Module 'os' has no 'environ' member (no-member)
E: 56, 8: Module 'os' has no 'environ' member (no-member)
__________________________ [pylint] tests/test_git.py __________________________
E:210,88: Module 'os' has no 'environ' member (no-member)
_________________________ [pylint] tests/test_store.py _________________________
E:  1, 0: No name 'path' in module 'os' (no-name-in-module)
E: 46,15: Module 'os' has no 'path' member (no-member)
____________________________ [pylint] marge/git.py _____________________________
E:164,18: Module 'os' has no 'environ' member (no-member)
_______________________ [pylint] marge/trailerfilter.py ________________________
E: 63,56: Module 'os' has no 'environb' member (no-member)
E: 63,15: Module 'os' has no 'environb' member (no-member)

@slovdahl slovdahl force-pushed the run-tests-with-python-3.11 branch 3 times, most recently from c3ecc49 to 3c47fc8 Compare January 26, 2024 06:39
@slovdahl slovdahl marked this pull request as ready for review January 26, 2024 15:18
@slovdahl slovdahl merged commit ac04f72 into master Jan 26, 2024
8 checks passed
@slovdahl slovdahl deleted the run-tests-with-python-3.11 branch January 26, 2024 15:18
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