Skip to content
Snippets Groups Projects
Commit 438627e6 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'L2SS-939' into 'master'

L2SS-939: Use native mock library instead of external dependency

Closes L2SS-939

See merge request lofar2.0/tango!564
parents 85e9f2ad 9d7d6538
Branches
Tags
1 merge request!564L2SS-939: Use native mock library instead of external dependency
......@@ -5,9 +5,7 @@
importlib-metadata<2.0.0,>=0.12;python_version<"3.8"
lofar-station-client@git+https://git.astron.nl/lofar2.0/lofar-station-client
numpy
mock
asyncua >= 0.9.90 # LGPLv3
PyMySQL[rsa] >= 1.0.2 # MIT
psycopg2-binary >= 2.9.2 # LGPL
pysnmp >= 0.1.7 # BSD
h5py >= 3.1.0 # BSD
......
......@@ -6,7 +6,7 @@ import logging
import time
import casacore
import mock
from unittest import mock
import numpy
import numpy.testing
......
......@@ -5,7 +5,7 @@
"""
import asyncio
import mock
from unittest import mock
import tangostationcontrol.devices.interfaces.lofar_device
from tangostationcontrol.clients.attribute_wrapper import AttributeWrapper
......
# Copyright (C) 2022 ASTRON (Netherlands Institute for Radio Astronomy)
# SPDX-License-Identifier: Apache-2.0
import mock
from unittest import mock
from tangostationcontrol.devices.interfaces import lofar_device
......
......@@ -6,7 +6,7 @@ import logging
from typing import Callable
from typing import Dict
from typing import List
from mock import Mock
from unittest.mock import Mock
from tango import DevState
......
# Copyright (C) 2022 ASTRON (Netherlands Institute for Radio Astronomy)
# SPDX-License-Identifier: Apache-2.0
import mock
from unittest import mock
from tango import server
from tango.test_context import DeviceTestContext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment