nose-devs / nose2

The successor to nose, based on unittest2
https://nose2.io
Other
796 stars 132 forks source link

GitHub Actions: Temporarily allow Python 3.11-dev to fail #526

Closed cclauss closed 2 years ago

cclauss commented 2 years ago

Tests on Py311 beta 4 are currently broken so let's not block unrelated pull requests.

NOTE: This pull request does NOT fix test runs on Python 3.11 beta 4. It merely allows them to fail until they are fixed.

sirosen commented 2 years ago

@cclauss, I appreciate you doing this work, and all of the other PRs that you've filed! It brings a lot of energy and enthusiasm to the project. ❤️

I would like to take a look at fixing the tests on the latest py3.11-dev before merging this, however. I only got a brief chance to look this morning but I think it's just a matter of making a regex in the tests slightly more permissive. Since nose2 is a test framework, supporting the latest dev version is a goal. Otherwise, it can't necessarily be used to test other software on that dev version.

Please give me a few more hours to finish my workday (9ish-5ish, UTC-05:00), and I'll hopefully be able to come back with a resolution.

cclauss commented 2 years ago

Thanks. No rush.

hugovk commented 2 years ago

Please see PR https://github.com/nose-devs/nose2/pull/528.