Commit 8796ee4
committed
Address non-serializable task results deprecation warnings
The issue includes reference to deprecation warnings of legacy STORAGES
configuration key and of the use of project.license TOML table, but
there is no reference in the codebase or in the CI configuration of
the deprecated storage keys and the pyproject.toml doesnt' contain the
referenced license table.
The non-use of any license table is consistent with other component's
pyproject.py files (e.g, pulpcore and pulp_rpm). This is curious, as
I would expect a license field/table in the pyproject for all Pulp
components.
Closes #3541 parent c3d4ff1 commit 8796ee4
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments