We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09627d2 commit fac9738Copy full SHA for fac9738
conftest.py
@@ -12,18 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-import os
16
-import random
17
-
18
import pytest
19
20
-# allow CI execution of isolated_packages_test.py without numpy
21
-try:
22
- import numpy
23
-except ImportError:
24
- # coverage: ignore
25
- numpy = None
26
27
28
def pytest_configure(config):
29
# Ignore deprecation warnings in python code generated from our protobuf definitions.
0 commit comments