Loading pkgs/development/python-modules/pynetdicom/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ pydicom, pyfakefs, pytestCheckHook, pythonAtLeast, pythonOlder, setuptools, sqlalchemy, Loading Loading @@ -74,11 +75,16 @@ buildPythonPackage rec { disabledTestPaths = [ # Ignore apps tests "pynetdicom/apps/tests/" ] ++ lib.optionals (pythonAtLeast "3.12") [ # https://github.com/pydicom/pynetdicom/issues/924 "pynetdicom/tests/test_assoc.py" "pynetdicom/tests/test_transport.py" ]; pythonImportsCheck = [ "pynetdicom" ]; pytestFlagsArray = [ # https://github.com/pydicom/pynetdicom/issues/923 "-W" "ignore::pytest.PytestRemovedIn8Warning" ]; Loading Loading
pkgs/development/python-modules/pynetdicom/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ pydicom, pyfakefs, pytestCheckHook, pythonAtLeast, pythonOlder, setuptools, sqlalchemy, Loading Loading @@ -74,11 +75,16 @@ buildPythonPackage rec { disabledTestPaths = [ # Ignore apps tests "pynetdicom/apps/tests/" ] ++ lib.optionals (pythonAtLeast "3.12") [ # https://github.com/pydicom/pynetdicom/issues/924 "pynetdicom/tests/test_assoc.py" "pynetdicom/tests/test_transport.py" ]; pythonImportsCheck = [ "pynetdicom" ]; pytestFlagsArray = [ # https://github.com/pydicom/pynetdicom/issues/923 "-W" "ignore::pytest.PytestRemovedIn8Warning" ]; Loading