-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
Tests failing (3 to 7, Windows) #1917
Comments
Hi @chwt, sorry for the slow response. I have various issues with tests failing on Windows also, though my error messages are different, and it's only when running Running Do you use poetry to run pytest? I wonder if that's the cause of the errors you're getting when running pytest by itself, since it might be missing dependencies if not. Still, I'd expect different test failures if that was the case. Also, I wonder if these tests are locale-specific. When I run You might have better luck with a more recent version of Python. While jrnl technically supports Python 3.10 now, we will be dropping support for it soon within the next year. |
No worries @micahellison ! Regarding Win native: Actually, based on your comments I retried it on WSL. I am not sure anymore if I really set it up correctly before.
(note: had to add <8.0 limit for the bdd version)
👍 |
Diagnostic output
jrnl: v4.1
Python: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
OS: Windows 10
(note: it is Windows 11)
What are you trying to do?
Running both
poe test
pytest
on current develop branch return failed tests.
Running from both PowerShell 7.4.5
and WSL(EDIT: got it to work in WSL, see #1917 (comment))poe summary:
test-failure-poe.txt
pytest summary:
test-failure-pytest.txt
What have you tried?
n/a
Other Information
No response
The text was updated successfully, but these errors were encountered: