Skip to content

Allow tox to be run locally on arm64 macOS #98

Closed
@dstansby

Description

@dstansby

Currently it's not possible to run tox locally on an arm64 machine (e.g. a moder MacBook pro). This is because all deps are installed from PyPI, and there are no PyQT5 wheels available for arm64 there.

Two options I can see here:

  • See if it's possible to use PySide of PyQT5 instead for testing
  • Install PyQT5 from conda using testing using tox-conda.

I'll investigate both of these and try and get a fix working.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions