16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
26 hash = "sha256-kHahaRKoEUtDxEsdMolPwfEy1DidiytxmvYiQeQhYcE=";
35 propagatedBuildInputs = [
42 nativeCheckInputs = [ pytestCheckHook ];
44 pythonImportsCheck = [ "pyvisa_sim" ];
46 # should be fixed after 0.5.1, remove at next release
47 disabledTestPaths = [ "pyvisa_sim/testsuite/test_all.py" ];
50 description = "Simulated backend for PyVISA implementing TCPIP, GPIB, RS232, and USB resources";
51 homepage = "https://pyvisa.readthedocs.io/projects/pyvisa-sim/en/latest/";
52 license = licenses.mit;
53 maintainers = with maintainers; [ evilmav ];