Skip to content

Commit

Permalink
tests to green
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Nov 28, 2023
1 parent 6c945f9 commit 1b7e52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: |
pytest
env:
PYTHONPATH: /home/runner/work/vrs/vrs/
PYTHONPATH: /home/runner/work/gks-common/gks-common/
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_schema(schema_file, schema_class, kw="$defs"):
}


@pytest.skip("No examples defined")
@pytest.mark.skip("No examples defined")
def test_examples():
with open(test_dir / 'test_definitions.yaml') as def_file:
test_spec = yaml.safe_load(def_file)
Expand Down

0 comments on commit 1b7e52d

Please sign in to comment.