From 80d4569e3f6c25dcf757e5a1a6eb9d279d12c89e Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Thu, 21 Jul 2022 22:31:11 +0200 Subject: [PATCH] Add __init__.py files to data driver_examples Otherwise a deprecation warning is triggered when building the package. See https://setuptools.pypa.io/en/latest/userguide/datafiles.html for details. There seems to be a few ways to do this but adding __init__ files seems to be the easiest way. --- qcodes/monitor/dist/__init__.py | 0 qcodes/monitor/dist/css/__init__.py | 0 qcodes/monitor/dist/js/__init.py | 0 qcodes/monitor/dist/js/__init__.py | 0 .../fixtures/2018-01-17/#001_testsweep_15-42-57/__init__.py | 0 .../dataset/fixtures/2018-01-17/#002_2D_test_15-43-14/__init__.py | 0 qcodes/tests/dataset/fixtures/2018-01-17/__init__.py | 0 qcodes/tests/dataset/fixtures/__init__.py | 0 qcodes/tests/delegate/data/__init__.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 qcodes/monitor/dist/__init__.py create mode 100644 qcodes/monitor/dist/css/__init__.py create mode 100644 qcodes/monitor/dist/js/__init.py create mode 100644 qcodes/monitor/dist/js/__init__.py create mode 100644 qcodes/tests/dataset/fixtures/2018-01-17/#001_testsweep_15-42-57/__init__.py create mode 100644 qcodes/tests/dataset/fixtures/2018-01-17/#002_2D_test_15-43-14/__init__.py create mode 100644 qcodes/tests/dataset/fixtures/2018-01-17/__init__.py create mode 100644 qcodes/tests/dataset/fixtures/__init__.py create mode 100644 qcodes/tests/delegate/data/__init__.py diff --git a/qcodes/monitor/dist/__init__.py b/qcodes/monitor/dist/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qcodes/monitor/dist/css/__init__.py b/qcodes/monitor/dist/css/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qcodes/monitor/dist/js/__init.py b/qcodes/monitor/dist/js/__init.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qcodes/monitor/dist/js/__init__.py b/qcodes/monitor/dist/js/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qcodes/tests/dataset/fixtures/2018-01-17/#001_testsweep_15-42-57/__init__.py b/qcodes/tests/dataset/fixtures/2018-01-17/#001_testsweep_15-42-57/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qcodes/tests/dataset/fixtures/2018-01-17/#002_2D_test_15-43-14/__init__.py b/qcodes/tests/dataset/fixtures/2018-01-17/#002_2D_test_15-43-14/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qcodes/tests/dataset/fixtures/2018-01-17/__init__.py b/qcodes/tests/dataset/fixtures/2018-01-17/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qcodes/tests/dataset/fixtures/__init__.py b/qcodes/tests/dataset/fixtures/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qcodes/tests/delegate/data/__init__.py b/qcodes/tests/delegate/data/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1