CQCL / pytket-aqt

pytket-aqt, extensions for pytket quantum SDK
Apache License 2.0
1 stars 3 forks source link

no module named `pytest_httpx` #106

Closed cqc-melf closed 1 month ago

cqc-melf commented 1 month ago

The tests fail with


   File "/home/runner/work/pytket-aqt/pytket-aqt/.nox/tests-3-10/lib/python3.10/site-packages/qiskit_aqt_provider/test/fixtures.py", line 24, in <module>
    from pytest_httpx import HTTPXMock
ModuleNotFoundError: No module named 'pytest_httpx'
/home/runner/work/pytket-aqt/pytket-aqt/.nox/tests-3-10/lib/python3.10/site-packages/coverage/control.py:888: CoverageWarning: No data was collected. (no-data-collected)
  self._warn("No data was collected.", slug="no-data-collected")
trvto commented 1 month ago

I think this is a bug in the qiskit-aqt-provider. Either that or they introduced some breaking changes. Pinning this dependency to an earlier version should fix it.

It's probably also best to always pin to a specific version and let dependabot try updates. This way things don't break "in production"