python3Packages.qiskit-ibmq-provider: 0.12.2 -> 0.13.1

This commit is contained in:
Drew Risinger 2021-04-27 14:23:15 -04:00
parent d173e91589
commit bf1bad9263

View file

@ -39,7 +39,7 @@ let
in
buildPythonPackage rec {
pname = "qiskit-ibmq-provider";
version = "0.12.2";
version = "0.13.1";
disabled = pythonOlder "3.6";
@ -47,7 +47,7 @@ buildPythonPackage rec {
owner = "Qiskit";
repo = pname;
rev = version;
sha256 = "0yil363mqssq0453nrwxgkjivzk3a4jgbnaf21bp7lwfcl2jdhqm";
hash = "sha256-DlHlXncttzGo4uVoh2aQ7urW6krN3ej2sJ/EwuxeF2I=";
};
propagatedBuildInputs = [
@ -83,7 +83,9 @@ buildPythonPackage rec {
# Skip tests that rely on internet access (mostly to IBM Quantum Experience cloud).
# Options defined in qiskit.terra.test.testing_options.py::get_test_options
QISKIT_TESTS = "skip_online";
preCheck = ''
export QISKIT_TESTS=skip_online
'';
meta = with lib; {
description = "Qiskit provider for accessing the quantum devices and simulators at IBMQ";