Closed alexdewar closed 1 week ago
Looks like Poetry expects 3.11+: https://github.com/ImperialCollegeLondon/FINESSE/pull/58/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89R868
Your failing run is 3.9, though, and pytest
requires the exceptiongroup
package on 3.9
(presumably because exception groups aren't added to the language until 3.11):
https://github.com/pytest-dev/pytest/blob/fd30759d94d16357441d50d5a82ca88e423da5c0/setup.cfg#L52
This does not appear to be related to pytest-mypy. Please reopen if that's not correct.
After upgrading to v0.10.2 my CI system started failing, giving the following error:
Full output here: https://github.com/ImperialCollegeLondon/FINESSE/pull/58
It appears that the
exceptiongroup
package is not being installed viapoetry
, though it isn't obvious why.Any ideas?