Skip to content

Commit

Permalink
test_init_and_create_lockfile: only assert ducker part. ducker is a b…
Browse files Browse the repository at this point in the history
…ad dependency for this test since it needs no packages
  • Loading branch information
elikoga committed Aug 20, 2024
1 parent 6909826 commit c27df64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_update_lockfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ def test_init_and_create_lockfile(workdir, monkeypatch):
lockfile_content = f.read()
assert """\
# appenv-requirements-hash: ffa75c00de4879b41008d0e9f6b9953cf7d65bb5f5b85d1d049e783b2486614d
ducker==2.0.1
setuptools==""" in lockfile_content # noqa
ducker==2.0.1""" in lockfile_content # noqa


@pytest.mark.skipif(
Expand Down

0 comments on commit c27df64

Please sign in to comment.