conda-forge / pyqt-feedstock

A conda-smithy repository for pyqt.
BSD 3-Clause "New" or "Revised" License
5 stars 36 forks source link

`linux-aarch64` packages missing `QtTest` #126

Open jaimergp opened 1 year ago

jaimergp commented 1 year ago

Solution to issue cannot be found in the documentation.

Issue

PyQt5.QtTest seems to be missing on the aarch64 packages.This does work on osx-arm64.

To reproduce:

  1. conda create -n pyqt5 pyqt=5
  2. conda activate pyqt5
  3. python -c "from PyQt5 import QtTest"

Sorry about the screenshots, the VM I am working from doesn't support the clipboard 😬

conda list

image

conda info

image

Installed packages

See above

Environment info

See above