dkist-processing-ops 1.10.4__tar.gz → 1.10.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/PKG-INFO +12 -12
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops.egg-info/PKG-INFO +12 -12
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops.egg-info/requires.txt +11 -11
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/pyproject.toml +18 -13
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/.gitignore +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/.snyk +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/README.rst +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.5
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
14
|
+
Requires-Dist: dkist-processing-common==13.0.4
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -64,8 +64,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.42.
|
|
68
|
-
Requires-Dist: botocore==1.42.
|
|
67
|
+
Requires-Dist: boto3==1.42.90; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.90; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
71
71
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
@@ -84,14 +84,14 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
85
85
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
87
|
-
Requires-Dist: dkist-header-validator==5.3.
|
|
88
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
89
|
-
Requires-Dist: dkist-processing-core==7.1
|
|
90
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
87
|
+
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
88
|
+
Requires-Dist: dkist-processing-common==13.0.4; extra == "frozen"
|
|
89
|
+
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
90
|
+
Requires-Dist: dkist-processing-ops==1.10.5; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
94
|
-
Requires-Dist: dkist_fits_specifications==4.24.
|
|
94
|
+
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
95
95
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -184,9 +184,9 @@ Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
|
184
184
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
185
185
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
186
186
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
187
|
-
Requires-Dist: pydantic==2.13.
|
|
187
|
+
Requires-Dist: pydantic==2.13.1; extra == "frozen"
|
|
188
188
|
Requires-Dist: pydantic-settings==2.13.1; extra == "frozen"
|
|
189
|
-
Requires-Dist: pydantic_core==2.46.
|
|
189
|
+
Requires-Dist: pydantic_core==2.46.1; extra == "frozen"
|
|
190
190
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
191
191
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
192
192
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
@@ -210,7 +210,7 @@ Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
|
210
210
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
211
211
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
212
212
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
213
|
-
Requires-Dist: solar-wavelength-calibration==2.0.
|
|
213
|
+
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
214
214
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
215
215
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
216
216
|
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
{dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/_version.py
RENAMED
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.10.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 10,
|
|
21
|
+
__version__ = version = '1.10.5'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 5)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g87b2217b1'
|
{dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.5
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
14
|
+
Requires-Dist: dkist-processing-common==13.0.4
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -64,8 +64,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.42.
|
|
68
|
-
Requires-Dist: botocore==1.42.
|
|
67
|
+
Requires-Dist: boto3==1.42.90; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.90; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
71
71
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
@@ -84,14 +84,14 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
85
85
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
87
|
-
Requires-Dist: dkist-header-validator==5.3.
|
|
88
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
89
|
-
Requires-Dist: dkist-processing-core==7.1
|
|
90
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
87
|
+
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
88
|
+
Requires-Dist: dkist-processing-common==13.0.4; extra == "frozen"
|
|
89
|
+
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
90
|
+
Requires-Dist: dkist-processing-ops==1.10.5; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
94
|
-
Requires-Dist: dkist_fits_specifications==4.24.
|
|
94
|
+
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
95
95
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -184,9 +184,9 @@ Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
|
184
184
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
185
185
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
186
186
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
187
|
-
Requires-Dist: pydantic==2.13.
|
|
187
|
+
Requires-Dist: pydantic==2.13.1; extra == "frozen"
|
|
188
188
|
Requires-Dist: pydantic-settings==2.13.1; extra == "frozen"
|
|
189
|
-
Requires-Dist: pydantic_core==2.46.
|
|
189
|
+
Requires-Dist: pydantic_core==2.46.1; extra == "frozen"
|
|
190
190
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
191
191
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
192
192
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
@@ -210,7 +210,7 @@ Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
|
210
210
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
211
211
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
212
212
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
213
|
-
Requires-Dist: solar-wavelength-calibration==2.0.
|
|
213
|
+
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
214
214
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
215
215
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
216
216
|
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==13.0.
|
|
1
|
+
dkist-processing-common==13.0.4
|
|
2
2
|
dkist-service-configuration==4.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -48,8 +48,8 @@ asyncpg==0.31.0
|
|
|
48
48
|
attrs==26.1.0
|
|
49
49
|
babel==2.18.0
|
|
50
50
|
billiard==4.2.4
|
|
51
|
-
boto3==1.42.
|
|
52
|
-
botocore==1.42.
|
|
51
|
+
boto3==1.42.90
|
|
52
|
+
botocore==1.42.90
|
|
53
53
|
cadwyn==5.4.6
|
|
54
54
|
celery==5.6.3
|
|
55
55
|
certifi==2026.2.25
|
|
@@ -68,14 +68,14 @@ cycler==0.12.1
|
|
|
68
68
|
dacite==1.9.2
|
|
69
69
|
decorator==5.2.1
|
|
70
70
|
dill==0.4.1
|
|
71
|
-
dkist-header-validator==5.3.
|
|
72
|
-
dkist-processing-common==13.0.
|
|
73
|
-
dkist-processing-core==7.1
|
|
74
|
-
dkist-processing-ops==1.10.
|
|
71
|
+
dkist-header-validator==5.3.1
|
|
72
|
+
dkist-processing-common==13.0.4
|
|
73
|
+
dkist-processing-core==7.2.1
|
|
74
|
+
dkist-processing-ops==1.10.5
|
|
75
75
|
dkist-processing-pac==3.1.1
|
|
76
76
|
dkist-service-configuration==4.3.0
|
|
77
77
|
dkist-spectral-lines==3.0.0
|
|
78
|
-
dkist_fits_specifications==4.24.
|
|
78
|
+
dkist_fits_specifications==4.24.1
|
|
79
79
|
dnspython==2.8.0
|
|
80
80
|
email-validator==2.3.0
|
|
81
81
|
fastapi==0.117.1
|
|
@@ -168,9 +168,9 @@ protobuf==6.33.6
|
|
|
168
168
|
psutil==7.2.2
|
|
169
169
|
psycopg2-binary==2.9.11
|
|
170
170
|
pycparser==3.0
|
|
171
|
-
pydantic==2.13.
|
|
171
|
+
pydantic==2.13.1
|
|
172
172
|
pydantic-settings==2.13.1
|
|
173
|
-
pydantic_core==2.46.
|
|
173
|
+
pydantic_core==2.46.1
|
|
174
174
|
pyerfa==2.0.1.5
|
|
175
175
|
pygtrie==2.5.0
|
|
176
176
|
pyparsing==3.3.2
|
|
@@ -194,7 +194,7 @@ setproctitle==1.3.7
|
|
|
194
194
|
shellingham==1.5.4
|
|
195
195
|
six==1.17.0
|
|
196
196
|
sniffio==1.3.1
|
|
197
|
-
solar-wavelength-calibration==2.0.
|
|
197
|
+
solar-wavelength-calibration==2.0.3
|
|
198
198
|
sqids==0.5.1
|
|
199
199
|
sqlparse==0.5.5
|
|
200
200
|
starlette==0.48.0
|
|
@@ -6,8 +6,8 @@ build-backend = 'setuptools.build_meta'
|
|
|
6
6
|
|
|
7
7
|
[tool.dkist-dev-tools]
|
|
8
8
|
# Most recently frozen version by dkist-dev-tools
|
|
9
|
-
version = "1.10.
|
|
10
|
-
date = 2026-04-
|
|
9
|
+
version = "1.10.5"
|
|
10
|
+
date = 2026-04-16T14:53:58.319050
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -25,7 +25,7 @@ authors = [
|
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
dependencies = [
|
|
28
|
-
"dkist-processing-common==13.0.
|
|
28
|
+
"dkist-processing-common==13.0.4",
|
|
29
29
|
"dkist-service-configuration==4.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -85,8 +85,8 @@ frozen = [
|
|
|
85
85
|
"attrs == 26.1.0",
|
|
86
86
|
"babel == 2.18.0",
|
|
87
87
|
"billiard == 4.2.4",
|
|
88
|
-
"boto3 == 1.42.
|
|
89
|
-
"botocore == 1.42.
|
|
88
|
+
"boto3 == 1.42.90",
|
|
89
|
+
"botocore == 1.42.90",
|
|
90
90
|
"cadwyn == 5.4.6",
|
|
91
91
|
"celery == 5.6.3",
|
|
92
92
|
"certifi == 2026.2.25",
|
|
@@ -105,14 +105,14 @@ frozen = [
|
|
|
105
105
|
"dacite == 1.9.2",
|
|
106
106
|
"decorator == 5.2.1",
|
|
107
107
|
"dill == 0.4.1",
|
|
108
|
-
"dkist-header-validator == 5.3.
|
|
109
|
-
"dkist-processing-common == 13.0.
|
|
110
|
-
"dkist-processing-core == 7.1
|
|
111
|
-
"dkist-processing-ops == 1.10.
|
|
108
|
+
"dkist-header-validator == 5.3.1",
|
|
109
|
+
"dkist-processing-common == 13.0.4",
|
|
110
|
+
"dkist-processing-core == 7.2.1",
|
|
111
|
+
"dkist-processing-ops == 1.10.5",
|
|
112
112
|
"dkist-processing-pac == 3.1.1",
|
|
113
113
|
"dkist-service-configuration == 4.3.0",
|
|
114
114
|
"dkist-spectral-lines == 3.0.0",
|
|
115
|
-
"dkist_fits_specifications == 4.24.
|
|
115
|
+
"dkist_fits_specifications == 4.24.1",
|
|
116
116
|
"dnspython == 2.8.0",
|
|
117
117
|
"email-validator == 2.3.0",
|
|
118
118
|
"fastapi == 0.117.1",
|
|
@@ -205,9 +205,9 @@ frozen = [
|
|
|
205
205
|
"psutil == 7.2.2",
|
|
206
206
|
"psycopg2-binary == 2.9.11",
|
|
207
207
|
"pycparser == 3.0",
|
|
208
|
-
"pydantic == 2.13.
|
|
208
|
+
"pydantic == 2.13.1",
|
|
209
209
|
"pydantic-settings == 2.13.1",
|
|
210
|
-
"pydantic_core == 2.46.
|
|
210
|
+
"pydantic_core == 2.46.1",
|
|
211
211
|
"pyerfa == 2.0.1.5",
|
|
212
212
|
"pygtrie == 2.5.0",
|
|
213
213
|
"pyparsing == 3.3.2",
|
|
@@ -231,7 +231,7 @@ frozen = [
|
|
|
231
231
|
"shellingham == 1.5.4",
|
|
232
232
|
"six == 1.17.0",
|
|
233
233
|
"sniffio == 1.3.1",
|
|
234
|
-
"solar-wavelength-calibration == 2.0.
|
|
234
|
+
"solar-wavelength-calibration == 2.0.3",
|
|
235
235
|
"sqids == 0.5.1",
|
|
236
236
|
"sqlparse == 0.5.5",
|
|
237
237
|
"starlette == 0.48.0",
|
|
@@ -291,6 +291,11 @@ write_to = "dkist_processing_ops/_version.py"
|
|
|
291
291
|
testpaths = [
|
|
292
292
|
"dkist_processing_ops",
|
|
293
293
|
]
|
|
294
|
+
filterwarnings = [
|
|
295
|
+
# Turn all warnings into errors so they do not pass silently.
|
|
296
|
+
"error",
|
|
297
|
+
]
|
|
298
|
+
|
|
294
299
|
markers = [
|
|
295
300
|
"development: For tests that can only be run while developing with a sidecar proxy (as opposed to in bitbucket pipelines)"
|
|
296
301
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.4 → dkist_processing_ops-1.10.5}/dkist_processing_ops/workflows/smoke.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|