SpiNNakerManchester / PACMAN

Partition and Configuration Manager for SpiNNaker
Apache License 2.0
9 stars 7 forks source link

github action fixes #566

Closed Christian-B closed 2 months ago

Christian-B commented 2 months ago

This and related Ps do more to unify the way we test.

All are independent but tested together. Except the FEC one depends on this one.

General changes in several Repositories

  1. mypy unittests
  2. We still do not pylint unitests
  3. install types-PyYAML so import yaml does not need a type: ignore
  4. minor changes to get tests to pass
  5. Do not mypy matplot lib as the typed versions of matplotlib are python 3.9 and above
  6. pylint: disable=no-name-in-module when using typing context Manager
    • test show pylint is wrong in python 3.13