Tox tests may fail with the latest `tox` version if a package does not define a `test` extra. For more info, see https://github.com/plone/meta/issues/325 The fix is in https://github.com/zopefoundation/meta/pull/390, which is merged, but we need to set the new option in the meta toml of a few packages: ``` [tox] testenv-skip-test-extra = true ``` The following packages should be checked: - [x] DateTime https://github.com/zopefoundation/DateTime/pull/70 - [x] five.localsitemanager (not affected) - [x] Missing https://github.com/zopefoundation/Missing/pull/15 - [x] MultiMapping https://github.com/zopefoundation/MultiMapping/pull/11 - [x] Products.ExternalEditor https://github.com/zopefoundation/Products.ExternalEditor/pull/29 - [x] Products.PythonScripts (not affected) - [x] Record https://github.com/zopefoundation/Record/pull/10 - [x] z3c.batching https://github.com/zopefoundation/z3c.batching/pull/8 - [x] zExceptions https://github.com/zopefoundation/zExceptions/pull/17 - [x] ZopeUndo https://github.com/zopefoundation/ZopeUndo/pull/10 - [x] roman https://github.com/zopefoundation/roman/pull/35
Tox tests may fail with the latest
toxversion if a package does not define atestextra. For more info, see plone/meta#325The fix is in #390, which is merged, but we need to set the new option in the meta toml of a few packages:
The following packages should be checked: