Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincinator committed Aug 17, 2024
1 parent eda4e41 commit f22d207
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 23 deletions.
86 changes: 66 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = "^3.10"
PyYAML = "^6.0.1"
click = "^8.1.7"
oras = { git = "https://github.com/oras-project/oras-py.git", rev="caf8db5b279382335fbb1f6d7402ed9b73618d37" }
parse_features_lib = { git = "https://github.com/gardenlinux/parse_features_lib", rev="main" }
python_gardenlinux_lib = { git = "https://github.com/gardenlinux/python-gardenlinux-lib", rev="main" }
#oras = "^0.1.30"
cryptography = "^43.0.0"
sphinx-rtd-theme = "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/gloci/oras/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import uuid
from enum import Enum, auto
from typing import Optional, Tuple
from parse_features_lib.parse_features import read_feature_files
from python_gardenlinux_lib.parse_features import read_feature_files

import jsonschema
import oras.auth
Expand Down
1 change: 0 additions & 1 deletion tests/test_push_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def test_push_example(info_yaml_path, version, cname, arch):
],
)
def test_push_example_cli(info_yaml_path, version, cname, arch):
load_dotenv()
runner = CliRunner()
result = runner.invoke(
cli,
Expand Down

0 comments on commit f22d207

Please sign in to comment.