diff --git a/tests/test_update_lockfile.py b/tests/test_update_lockfile.py index 93b9999..fc06125 100644 --- a/tests/test_update_lockfile.py +++ b/tests/test_update_lockfile.py @@ -21,11 +21,10 @@ def test_init_and_create_lockfile(workdir, monkeypatch): assert os.path.exists(lockfile) with open(lockfile) as f: lockfile_content = f.read() - assert (lockfile_content == """\ + assert """\ # appenv-requirements-hash: ffa75c00de4879b41008d0e9f6b9953cf7d65bb5f5b85d1d049e783b2486614d ducker==2.0.1 -setuptools==40.6.2 -""") # noqa +setuptools==""" in lockfile_content # noqa @pytest.mark.skipif(