Skip to content

Commit

Permalink
feat: abstract around base package manager
Browse files Browse the repository at this point in the history
This should enable switching between snaps and debs in any charm using the library.

It also exposes the `slurmutils` config models instead of having wrapper methods around it, which overall moves the burden of config APIs to `slurmutils`.
  • Loading branch information
jedel1043 committed Sep 6, 2024
1 parent a30c30b commit 7efe2b0
Show file tree
Hide file tree
Showing 5 changed files with 566 additions and 247 deletions.
10 changes: 9 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# lib deps
slurmutils ~= 0.6.0
python-dotenv ~= 1.0.1
pyyaml >= 6.0.2

# tests deps
coverage[toml] ~= 7.6
pyfakefs ~= 5.6.0
pytest ~= 7.2
pytest-order ~= 1.1
pytest-order ~= 1.1
Loading

0 comments on commit 7efe2b0

Please sign in to comment.